X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Flocal-debbugs;h=b75d55f65d416cd400a6e91ec61ceb0db2a6de1b;hb=64d0fa452631c6e228fad18f8ae469582e3734b3;hp=cae7203285e34716000c9f2fde7bcf9d85df9442;hpb=f309743ffc0c9e762c6bc035edd7820c4d4b8d84;p=debbugs.git 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; }