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:
committed by
Pádraig Brady
parent
83ed661947
commit
545f181f4e
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user