diff options
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 |