From: Don Armstrong Date: Fri, 6 Aug 2010 04:55:37 +0000 (-0400) Subject: fix thinko in the mr. t output X-Git-Tag: release/2.6.0~415^2~26 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=9cd9950343842c95ec12b76d4aaa82908d5e4e81 fix thinko in the mr. t output --- diff --git a/bin/local-debbugs b/bin/local-debbugs index cae7203..b75d55f 100755 --- a/bin/local-debbugs +++ b/bin/local-debbugs @@ -374,7 +374,7 @@ elsif ($options{search}) { my $pid = checkpid($options{mirror_location}.'/local-debbugs.pid'); if (not defined $pid or $pid == 0) { print STDERR "Unable to open pidfile or daemon not running: $!\n"; - print STDERR qq(Mr. T: "I pity da fool who tries to show a bug without a running daemon"\n); + print STDERR qq(Mr. T: "I pity da fool who tries to search for bugs without a running daemon"\n); print STDERR "Hint: try the --daemon option first\n"; exit 1; }