]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
nproc: fix indentation of usage output
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 9 Jul 2017 07:17:13 +0000 (09:17 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 10 Jul 2017 16:40:03 +0000 (09:40 -0700)
* src/nproc.c (usage): Align output.

src/nproc.c

index fdcce591f42f02c27eb4fff90862494683ae570d..d7455db70f3cfc73a9eba5383c679031314c89f3 100644 (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);