summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-fix-container-infos
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-14 00:29:06 +0000
committerKarl Berry <karl@freefriends.org>2015-12-14 00:29:06 +0000
commit277d140d4a9a44100da255a453e99fd0cb58e85d (patch)
tree69400d588d3fdbfbe8e2dfa7402ef198c3d623cf /Master/tlpkg/bin/tl-fix-container-infos
parentf5bb8363669fc868e296be8df0f1d2394847f29a (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-fix-container-infos')
-rwxr-xr-xMaster/tlpkg/bin/tl-fix-container-infos11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-fix-container-infos b/Master/tlpkg/bin/tl-fix-container-infos
index 80f69dbbd11..cd2e03778fb 100755
--- a/Master/tlpkg/bin/tl-fix-container-infos
+++ b/Master/tlpkg/bin/tl-fix-container-infos
@@ -40,8 +40,7 @@ if ($opt_version) { print "$vc_id\n"; exit 0; }
exit (&main());
-sub main
-{
+sub main {
chomp(my $Master = `cd $mydir/../.. && pwd`);
# check that we have a target db.
@@ -149,9 +148,13 @@ of containers to be compared against; default is C<.>.
Does not try to setup the various programs, but uses I<xz> and I<tar>
from the current path.
-=item B<-help>
+=item B<--help>
-Print this documentation and exit.
+Display this documentation and exit.
+
+=item B<--version>
+
+Display version information and exit.
=back