From b30544549505019f5fc092c5d99fcb1cae1a44b1 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sun, 25 Jun 2017 14:49:47 +0200 Subject: misc: consolidate all --help option descriptions Now we are always using the same text also for commands which had still hardcoded descriptions or where we can't use the standard print_usage_help_options macro. Signed-off-by: Ruediger Meier --- text-utils/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text-utils/more.c') diff --git a/text-utils/more.c b/text-utils/more.c index 35786567a..2a7917120 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -247,8 +247,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" +/ display file beginning from search string match\n"), out); fputs(USAGE_SEPARATOR, out); - fputs(_(" --help display this help and exit\n"), out); - fputs(_(" -V, --version output version information and exit\n"), out); + printf( " --help %s\n", USAGE_OPTSTR_HELP); + printf( " -V, --version %s\n", USAGE_OPTSTR_VERSION); fprintf(out, USAGE_MAN_TAIL("more(1)")); exit(EXIT_SUCCESS); } -- cgit v1.2.3-55-g7522