summaryrefslogtreecommitdiffstats
path: root/sys-utils/choom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/choom.c')
-rw-r--r--sys-utils/choom.c2
1 files changed, 1 insertions, 1 deletions
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);