diff options
-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"}) { |