From 8a529b8bb4c9501cdde16c8d78832206b9173a08 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Sun, 5 Mar 2006 10:15:22 +0000 Subject: * add bug report string to the help output * src/lid.c: fix bug in pattern recognition in is_number() --- src/fid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fid.c') diff --git a/src/fid.c b/src/fid.c index ae17ef6..32d076d 100644 --- a/src/fid.c +++ b/src/fid.c @@ -90,6 +90,7 @@ also given list the identifiers that occur in both files.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); + printf (_("\nReport bugs to " PACKAGE_BUGREPORT "\n\n")); exit (0); } -- cgit v1.2.3