From 0c493067dddfed8989ee143873e1cda5d2fe3cb9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 1 Aug 2019 11:06:06 +0200 Subject: choom: improve docs It's not obvious from the current docs that you have to explicitly split command line options and wanted commands. Addresses: https://github.com/karelzak/util-linux/issues/833 Signed-off-by: Karel Zak --- sys-utils/choom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/choom.c') diff --git a/sys-utils/choom.c b/sys-utils/choom.c index 1096ab186..b3d3e4d91 100644 --- a/sys-utils/choom.c +++ b/sys-utils/choom.c @@ -37,7 +37,7 @@ static void __attribute__((__noreturn__)) usage(void) fprintf(out, _(" %1$s [options] -p pid\n" " %1$s [options] -n number -p pid\n" - " %1$s [options] -n number command [args...]]\n"), + " %1$s [options] -n number [--] command [args...]]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); -- cgit v1.2.3-55-g7522