commit f460ef9bdf1a89ced1b541c34841bd558e30071e
parent edb3e48814e0365eba62563ccb8d63d0351c7789
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 12 Feb 2021 21:24:14 +0100
Remove "USAGE:" prefix when displaying usage information.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/statzone.c b/src/statzone.c
@@ -46,7 +46,7 @@ error(const char *str)
static void
usage()
{
- printf("USAGE: statzone [-hv] zonefile\n\n" \
+ printf("statzone [-hv] zonefile\n\n" \
"The options are as follows:\n\n" \
" -h Display usage\n" \
" -v Display version\n");