]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix thinko in the mr. t output
authorDon Armstrong <don@donarmstrong.com>
Fri, 6 Aug 2010 04:55:37 +0000 (00:55 -0400)
committerDon Armstrong <don@donarmstrong.com>
Fri, 6 Aug 2010 04:55:37 +0000 (00:55 -0400)
bin/local-debbugs

index cae7203285e34716000c9f2fde7bcf9d85df9442..b75d55f65d416cd400a6e91ec61ceb0db2a6de1b 100755 (executable)
@@ -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;
      }