diff options
author | Norbert Preining <preining@logic.at> | 2007-11-12 15:18:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-12 15:18:41 +0000 |
commit | 61c94fe9107b764095dc2eeb939c5bb7c4d5c696 (patch) | |
tree | b097140fda18efe4716318d39839d7176db06aa8 /Master/tlpkg/bin | |
parent | 898e6800b1731128534e7ee8e1b54e836d425b62 (diff) |
more renames
git-svn-id: svn://tug.org/texlive/trunk@5412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2container (renamed from Master/tlpkg/bin/tlpsrc2zip) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2zip b/Master/tlpkg/bin/tlpsrc2container index 51f5f3400bf..aba665f20bd 100755 --- a/Master/tlpkg/bin/tlpsrc2zip +++ b/Master/tlpkg/bin/tlpsrc2container @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# tlpsrc2zip - create zip file(s) for all tlpsrc arguments +# tlpsrc2container - create container file(s) for all tlpsrc arguments # Copyright 2007 Norbert Preining # # This file is licensed under the GNU General Public License version 2 @@ -109,7 +109,7 @@ __END__ =head1 NAME -tlpsrc2zip - create zip file(s) from tlpsrc files +tlpsrc2container - create container file(s) from tlpsrc files =head1 SYNOPSIS @@ -120,7 +120,7 @@ tlpsrc2container [OPTION]... [TLPSRC]... =over 8 =item B<-all> -Generate zip files for all .tlpsrc files in C<Master/tlpkg/tlpsrc/*.tlpsrc>. +Generate container files for all .tlpsrc files in C<Master/tlpkg/tlpsrc/*.tlpsrc>. =item B<-outputdir> I<outputdir> The location where created container files are placed, defaults to ./zip. |