diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-01-08 13:30:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-01-08 13:31:00 +0100 |
commit | 12cdc1afc5d88aa0c084c948113738a7d6eb1770 (patch) | |
tree | 94941aa3a164947e763732b1affaa8cc63020172 /src | |
parent | 3e8b853ec7cbe794108c250419ff01e56c656202 (diff) |
options.c: Use help.inc, not help.raw (the latter isn't formatted properly)
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 75ca381..0a8bbdf 100644 --- a/src/options.c +++ b/src/options.c @@ -865,7 +865,7 @@ static void show_usage(void) { fputs( #ifdef INCLUDE_HELP -#include "help.raw" +#include "help.inc" #else "See 'man " PACKAGE "'\n" #endif |