]> granicus.if.org Git - file/commitdiff
add bug reporting address.
authorChristos Zoulas <christos@zoulas.com>
Thu, 3 Feb 2011 01:57:33 +0000 (01:57 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 3 Feb 2011 01:57:33 +0000 (01:57 +0000)
src/file.c

index 3518b0ae51d87dffc25a1a82352195f2f1e558f8..f0f5734715778268b188ba2ef6985df28c979bc2 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.140 2010/11/30 14:58:53 rrt Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.141 2011/02/03 01:54:43 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -494,5 +494,6 @@ help(void)
 #include "file_opts.h"
 #undef OPT
 #undef OPT_LONGONLY
+       fprintf(stdout, "\nReport bugs to http://bugs.gw.com/\n");
        exit(0);
 }