diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-09 15:29:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-09 15:29:07 +0000 |
commit | 0d022fe6c1a44bfd6560c8bf568ab787085e3dc3 (patch) | |
tree | c07df93626e538c72a97912427ed7d598562e713 /Master | |
parent | 8728669c8426bd82b0f2d97d8fa47f41b44dea0f (diff) |
label text
git-svn-id: svn://tug.org/texlive/trunk@18844 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 6e3e0411a87..79485f8dc52 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -79,14 +79,13 @@ sub other_options { $opts{'I'}='start installation to hard disk'; } + print "\nActions:"; if ($options[$#options] eq 'diskspace') { pop @options; calc_depends (); - print "\nOther actions: ". - "Disk space required: $vars{'total_size'} MB\n"; - } else { - print "\nOther actions:\n"; + print " (disk space required: $vars{'total_size'} MB)"; } + print "\n"; for my $option (@options) { if (defined $opts{"$option"}) { |