1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 18:48:55 +02:00

nproc: fix indentation of usage output

* src/nproc.c (usage): Align output.
This commit is contained in:
Andreas Schwab
2017-07-09 09:17:13 +02:00
committed by Pádraig Brady
parent 83ed661947
commit 545f181f4e
+2 -2
View File
@@ -61,8 +61,8 @@ which may be less than the number of online processors\n\
\n\
"), stdout);
fputs (_("\
--all print the number of installed processors\n\
--ignore=N if possible, exclude N processing units\n\
--all print the number of installed processors\n\
--ignore=N if possible, exclude N processing units\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);