From 9cd9950343842c95ec12b76d4aaa82908d5e4e81 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 6 Aug 2010 00:55:37 -0400 Subject: [PATCH] fix thinko in the mr. t output --- bin/local-debbugs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2