summaryrefslogtreecommitdiffstats
path: root/src/mkid.c
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2006-03-05 10:15:22 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2006-03-05 10:15:22 +0000
commit8a529b8bb4c9501cdde16c8d78832206b9173a08 (patch)
treee72ff5e14b8ce416b9ee595ecf2b270137130194 /src/mkid.c
parentc08caff64c2bea51dce487a9817b31fc1114df53 (diff)
downloadidutils-8a529b8bb4c9501cdde16c8d78832206b9173a08.tar.gz
idutils-8a529b8bb4c9501cdde16c8d78832206b9173a08.tar.bz2
idutils-8a529b8bb4c9501cdde16c8d78832206b9173a08.zip
* add bug report string to the help output
* src/lid.c: fix bug in pattern recognition in is_number()
Diffstat (limited to 'src/mkid.c')
-rw-r--r--src/mkid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mkid.c b/src/mkid.c
index 2a945e6..ba62005 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -175,6 +175,7 @@ Note that the `--include' and `--exclude' options are mutually-exclusive.\n\
The following arguments apply to the language-specific scanners:\n\
"));
language_help_me ();
+ printf (_("\nReport bugs to " PACKAGE_BUGREPORT "\n\n"));
exit (0);
}