diff options
author | Pádraig Brady <P@draigBrady.com> | 2017-07-23 12:30:49 -0700 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2017-07-23 12:32:29 -0700 |
commit | 57449644966071b9adc6ddceb5080af46a5adeaa (patch) | |
tree | f04ab85b30160ab115daa5635bba29b7ddddd45a /src/nproc.c | |
parent | 79c8041a840f34ae9790e8211544f0cfec1c7df3 (diff) | |
download | coreutils-57449644966071b9adc6ddceb5080af46a5adeaa.tar.gz |
maint: fix recent syntax-check failures
* .gitignore: Add /lib/utime.h from the recent gnulib update.
* src/nproc.c (usage): Adjust spacing to placate help2man.
Diffstat (limited to 'src/nproc.c')
-rw-r--r-- | src/nproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nproc.c b/src/nproc.c index d7455db70..5a5d089ea 100644 --- a/src/nproc.c +++ b/src/nproc.c @@ -62,7 +62,7 @@ which may be less than the number of online processors\n\ "), stdout); fputs (_("\ --all print the number of installed processors\n\ - --ignore=N if possible, exclude N processing units\n\ + --ignore=N if possible, exclude N processing units\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); |