diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-14 19:56:49 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-14 19:56:49 +0000 |
commit | 9c1649a037ccb52c5d2a67c9ba2f010809752fe3 (patch) | |
tree | 8eff5d098e9e52015e0d7258a553750c9cf5ee6b /Master | |
parent | cd62a20653e7c6cdd5809b9923e8f4888001c9e4 (diff) |
install-tl: option non-admin
git-svn-id: svn://tug.org/texlive/trunk@9553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 239ab91c2fd..5c53ec28b44 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -180,6 +180,7 @@ GetOptions( "lang=s" => \$::opt_lang, "print-arch" => \$opt_arch, "portable" => \$opt_portable, + "non-admin" => \$opt_nonadmin, "location|url=s" => \$opt_location, "version" => \$opt_version, "help|?" => \$opt_help) or pod2usage(1); @@ -1333,6 +1334,10 @@ a new menu, for debugging purposes. Start the installer for portable use---but use the C<tl-portable> scripts instead of this option. See below for details. +=item B<-non-admin> + +Windows: configure for the current user, not for all users + =item B<-print-arch> Print the detected arch-os combination and exit. |