From ed95193efe795b9ca099559bc13a8f85be7b97a6 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Wed, 18 Apr 2018 08:46:07 +0200 Subject: [PATCH] fix help messages --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 95d6937..5b92cdf 100644 --- a/options.c +++ b/options.c @@ -119,7 +119,7 @@ static void usage(void) #ifdef DEBUG static void usage_debug(void) { - fprintf(stdout, "%s debugging option, --debug= or -D:\n", progname); + fprintf(stdout, "%s debugging option, --debug= or -D:\n", progname); fprintf(stdout, "\n" " number description\n"