diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 59dfb10f3a3..1fb3a1f0733 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -85,20 +85,19 @@ tlpsrc2tlpdb [OPTION]... [TLPSRC]... =over 8 -=item B<-catalogue> +=item B<-catalogue> I<Catalogue_dir> The location given by B<-catalogue> must point to a valid TeX Catalogue. No default value. If given, the generated tlpobj files will contain information gathered from the TeX Catalogue. -=item B<-master> +=item B<-master> I<Master_dir> The location given by B<-master> must point to a valid svn repository -of TeX Live Master direcory. Defaults to ../.. of C<$0>. +of TeX Live's Master direcory. Defaults to C<../..> of C<$0>. =back -The standard options -C<-help>, C<-debug>, and C<-man> are also accepted. See the tlpfiles -documentation for details. +The standard options C<-help>, C<-debug>, and C<-man> are also accepted. +See the tlpfiles documentation for details. =head1 DESCRIPTION |