diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-14 00:29:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-14 00:29:06 +0000 |
commit | 277d140d4a9a44100da255a453e99fd0cb58e85d (patch) | |
tree | 69400d588d3fdbfbe8e2dfa7402ef198c3d623cf /Master/tlpkg/bin/tl-compare-tlpdbs | |
parent | f5bb8363669fc868e296be8df0f1d2394847f29a (diff) |
set PATH for fmtutil in check-fmttriggers, doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@39098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-compare-tlpdbs')
-rwxr-xr-x | Master/tlpkg/bin/tl-compare-tlpdbs | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-compare-tlpdbs b/Master/tlpkg/bin/tl-compare-tlpdbs index 1a8c1a5afe1..4632280e9fb 100755 --- a/Master/tlpkg/bin/tl-compare-tlpdbs +++ b/Master/tlpkg/bin/tl-compare-tlpdbs @@ -1,10 +1,9 @@ #!/usr/bin/env perl -# Copyright 2008-2013 Norbert Preining +# Copyright 2008-2015 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # # compare two tlpdbs -# BEGIN { $vc_id = '$Id$'; @@ -115,9 +114,18 @@ tl-compare-tlpdbs [I<option>]... <TLPDB1> [<TLPDB2>] =over 4 -=item B<-help> +=item B<--all> + +Also compare packages C<texlive.infra> and C<tlperl.win32>, which are +ignored by default. + +=item B<--help> + +Display this documentation and exit. + +=item B<--version> -Print this documentation and exit. +Display version information and exit. =back |