From 2317ae3ac4a37578e8950d38e6cd83da49bbb34e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 May 2020 21:57:54 +0000 Subject: doc,debug git-svn-id: svn://tug.org/texlive/trunk@54993 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 875589cc949..2a385464934 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2168,12 +2168,13 @@ sub do_install_packages { # only suggest rerunning with the profile if it exists. tlwarn("Or you can restart by running the installer with:\n"); my $repostr = ($opt_location ? " --repository $location" : ""); + my $args = "--profile $profile_name [YOUR-EXTRA-ARGS]"; if (win32()) { - tlwarn(" install-tl-windows.bat$repostr --profile $profile_name [EXTRA-ARGS]\n" - ."or\n" - ." install-tl-advanced.bat$repostr --profile $profile_name [EXTRA-ARGS]\n"); + tlwarn(" install-tl-windows.bat$repostr $args\n" + ."or\n" + ." install-tl-advanced.bat$repostr $args\n"); } else { - tlwarn(" install-tl$repostr --profile $profile_name [EXTRA-ARGS]\n"); + tlwarn(" install-tl$repostr $args\n"); } } flushlog(); -- cgit v1.2.3