From 6f7b10cdabfe2b99d7839087f007ccf7a9083847 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Jun 2021 03:51:55 +0200 Subject: *: more --help tweaking Signed-off-by: Denys Vlasenko --- coreutils/nproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/nproc.c b/coreutils/nproc.c index 31e452bc4..89b17e0cc 100644 --- a/coreutils/nproc.c +++ b/coreutils/nproc.c @@ -14,7 +14,7 @@ //kbuild:lib-$(CONFIG_NPROC) += nproc.o //usage:#define nproc_trivial_usage -//usage: ""IF_LONG_OPTS("--all --ignore=N") +//usage: ""IF_LONG_OPTS("[--all] [--ignore=N]") //usage:#define nproc_full_usage "\n\n" //usage: "Print number of available CPUs" //usage: IF_LONG_OPTS( -- cgit v1.2.3