diff options
Diffstat (limited to 'src/xtokid.c')
-rw-r--r-- | src/xtokid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xtokid.c b/src/xtokid.c index fc3c4cf..6555784 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -84,6 +84,7 @@ Print all tokens found in a source file.\n\ The following arguments apply to the language-specific scanners:\n\ ")); language_help_me (); + printf (_("\nReport bugs to " PACKAGE_BUGREPORT "\n\n")); exit (0); } |