diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
| commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
| tree | d4395468c9aeca40614bdec44c270ac72690ed1e /coreutils | |
| parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
| download | busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.bz2 busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip | |
*: more --help tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
| -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 31e452bc4..89b17e0cc 100644 --- a/coreutils/nproc.c +++ b/coreutils/nproc.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | //kbuild:lib-$(CONFIG_NPROC) += nproc.o | 14 | //kbuild:lib-$(CONFIG_NPROC) += nproc.o |
| 15 | 15 | ||
| 16 | //usage:#define nproc_trivial_usage | 16 | //usage:#define nproc_trivial_usage |
| 17 | //usage: ""IF_LONG_OPTS("--all --ignore=N") | 17 | //usage: ""IF_LONG_OPTS("[--all] [--ignore=N]") |
| 18 | //usage:#define nproc_full_usage "\n\n" | 18 | //usage:#define nproc_full_usage "\n\n" |
| 19 | //usage: "Print number of available CPUs" | 19 | //usage: "Print number of available CPUs" |
| 20 | //usage: IF_LONG_OPTS( | 20 | //usage: IF_LONG_OPTS( |
