diff options
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. |