summaryrefslogtreecommitdiff
path: root/src/nproc.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2017-07-23 12:30:49 -0700
committerPádraig Brady <P@draigBrady.com>2017-07-23 12:32:29 -0700
commit57449644966071b9adc6ddceb5080af46a5adeaa (patch)
treef04ab85b30160ab115daa5635bba29b7ddddd45a /src/nproc.c
parent79c8041a840f34ae9790e8211544f0cfec1c7df3 (diff)
downloadcoreutils-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.c2
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);