From 9efccaae353bacad20531a8041155b630fe59462 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Sep 2013 23:06:15 +0100 Subject: [PATCH] improve protocol parseability --- service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service b/service index 44f4442..f9992a3 100755 --- a/service +++ b/service @@ -210,7 +210,7 @@ sub action_choose { print "\n" or die $!; $s{$s} = 1; } - print "# enter addresses or local parts to create,". + print "# ready - enter addrs or local-parts to create,". " then \`.' on a line by itself\n" or die $!; @@ -231,7 +231,7 @@ sub action_choose { prow($newrow); } else { $dbh->rollback(); - print "!error: $@" or die $!; + print "! error: $@" or die $!; } } } -- 2.30.2