From: Ian Jackson Date: Sun, 2 Feb 2014 22:44:00 +0000 (+0000) Subject: improve a msg X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=appendix-a6.git;a=commitdiff_plain;h=595b0d5cd13abe5f75ca3bc861fafe279b0bfda0 improve a msg --- diff --git a/compute b/compute index f9855c7..a58e250 100755 --- a/compute +++ b/compute @@ -127,7 +127,7 @@ if ($defcho && $defcho->{Index} > -1) { last if $defcho; } if ($defcho) { - print "guessed default option was: $choices[$defcho->{Index}]\n"; + print "guessed default option: $choices[$defcho->{Index}]\n"; } else { print "could not guess default option, assuming there is none\n"; }