diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-31 23:10:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-31 23:10:56 +0000 |
commit | 1757dee08dc035316c4631692eb281f4f3cd2c70 (patch) | |
tree | a04b3b502c38315eda22e5457d946f57d7b8d415 /Master/tlpkg/bin/tl-update-containers | |
parent | fe6d7c6a8207785fdf8762b91b814f517c23f950 (diff) |
2009 + doc updates
git-svn-id: svn://tug.org/texlive/trunk@13549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index 59adf6cdc9c..f6064773326 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -43,7 +43,7 @@ GetOptions( "location=s" => \$opt_location, "no-setup" => \$opt_nosetup, "recreate" => \$opt_recreate, - "relative!" => \$opt_relative, + "relative!" => \$opt_relative, "version" => \$opt_version, "help|?" => \$opt_help) or pod2usage(1); @@ -445,7 +445,6 @@ The format of the containers and the splitting of source and documentation files are controlled by the TLPDB options in the pseudo-package C<00texlive.config>. See L<TeXLive::TLPDB>. - =head1 DESCRIPTION This program compares the C<texlive.tlpdb> found relative to this script |