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 --- sys-utils/prlimit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/prlimit.c') diff --git a/sys-utils/prlimit.c b/sys-utils/prlimit.c index 44db54ca5..37e0f9fed 100644 --- a/sys-utils/prlimit.c +++ b/sys-utils/prlimit.c @@ -172,8 +172,8 @@ static void __attribute__((__noreturn__)) usage(void) " --noheadings don't print headings\n" " --raw use the raw output format\n" " --verbose verbose output\n" - " -h, --help display this help and exit\n" - " -V, --version output version information and exit\n"), out); + ), out); + print_usage_help_options(24); fputs(_("\nResources Options:\n"), out); fputs(_(" -c, --core maximum size of core files created\n" -- cgit v1.2.3-55-g7522