diff options
Diffstat (limited to 'coreutils/nproc.c')
-rw-r--r-- | coreutils/nproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nproc.c b/coreutils/nproc.c index 31e452b..89b17e0 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( |