From 12cdc1afc5d88aa0c084c948113738a7d6eb1770 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Jan 2016 13:30:26 +0100 Subject: options.c: Use help.inc, not help.raw (the latter isn't formatted properly) --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3