summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--src/nproc.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9a2decfcd..28eda4972 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,7 @@
/lib/uniwidth
/lib/uniwidth.h
/lib/unused-parameter.h
+/lib/utime.h
/lib/warn-on-use.h
/lib/wchar.h
/lib/wctype.h
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);