coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] nproc: fix indentation of usage output


From: Andreas Schwab
Subject: [PATCH] nproc: fix indentation of usage output
Date: Sun, 09 Jul 2017 09:17:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

* src/nproc.c (usage): Align output.
---
 src/nproc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nproc.c b/src/nproc.c
index fdcce591f4..d7455db70f 100644
--- a/src/nproc.c
+++ b/src/nproc.c
@@ -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);
-- 
2.13.2

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]