From 858fefb5f1db61b8cc90149432fdc5f76677311e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Apr 2011 21:59:56 +0200 Subject: Do not include help text by default --- src/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/options.c b/src/options.c index 61aee64..b947908 100644 --- a/src/options.c +++ b/src/options.c @@ -882,7 +882,11 @@ void show_mini_usage(void) static void show_usage(void) { fputs( +#ifdef INCLUDE_HELP #include "help.inc" +#else + "See 'man " PACKAGE "'\n" +#endif , stdout); exit(0); } -- cgit v1.2.3