summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-07-14 19:56:49 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-07-14 19:56:49 +0000
commit9c1649a037ccb52c5d2a67c9ba2f010809752fe3 (patch)
tree8eff5d098e9e52015e0d7258a553750c9cf5ee6b /Master/install-tl
parentcd62a20653e7c6cdd5809b9923e8f4888001c9e4 (diff)
install-tl: option non-admin
git-svn-id: svn://tug.org/texlive/trunk@9553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl5
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.