From 595b0d5cd13abe5f75ca3bc861fafe279b0bfda0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 2 Feb 2014 22:44:00 +0000 Subject: [PATCH] improve a msg --- compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.30.2