~vcs-imports/grep/main

« back to all changes in this revision

Viewing changes to src/grep.c

  • Committer: karl
  • Date: 2009-02-01 22:09:26 UTC
  • Revision ID: vcs-imports@canonical.com-20090201220926-tk4huswa5mv3nowm
(usage): one more tweak to the --help output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1506
1506
With no FILE, or when FILE is -, read standard input.  If less than two FILEs\n\
1507
1507
are given, assume -h.  Exit status is 0 if any line was selected, 1 otherwise;\n\
1508
1508
if any error occurs and -q was not given, the exit status is 2.\n"));
1509
 
      printf (_("\nReport bugs to: <%s>\n"), PACKAGE_BUGREPORT);
 
1509
      printf (_("\nReport bugs to: %s\n"), PACKAGE_BUGREPORT);
1510
1510
      printf (_("GNU Grep home page: <%s>\n"),
1511
1511
              "http://www.gnu.org/software/grep/");
1512
1512
      fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>\n"),