diff options
author | Norbert Preining <preining@logic.at> | 2008-07-10 08:53:45 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-10 08:53:45 +0000 |
commit | 3c90e938d2df16bb598e29bb9700464cca36c297 (patch) | |
tree | 78655d6974e686a52189cf5f6c96cb8273e22104 /Master/install-tl | |
parent | ee103a836c3494165c16b2e633e0675a35d4c5c9 (diff) |
some fixes to the documentation of install-tl
git-svn-id: svn://tug.org/texlive/trunk@9422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/install-tl b/Master/install-tl index bc1b3c3c898..163f4214bc8 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1284,7 +1284,7 @@ the language specified by the 2-letter language code. Currently supported languages: English (en, default), German (de), French (fr), Dutch (nl), Polish (pl) and Slovenian (sl). -item B<-location> I<url|path> +=item B<-location> I<url|path> Provide an installation source, either a local directory via C</path/to/directory> or a C<file:/> url, or a network location via @@ -1292,7 +1292,7 @@ a C<http://> or C<ftp://> url. If the location is local, the installation type (compressed or live) is automatically determined, by checking for the presence of a -C<tlpkg/archive> directory relative to the root. Compressed is +C<archive> directory relative to the root. Compressed is preferred if both are available, since it is faster. Here's an example of using a local directory: @@ -1331,7 +1331,7 @@ Print the detected arch-os combination and exit. Load the I<profile> file for repeated installations on different systems. -==item B<-q> +=item B<-q> Omit normal informational messages. |