[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, 10 May 2015 21:25:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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 63c78cd..8118415 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.4.0
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- [PATCH] nproc: fix indentation of usage output,
Andreas Schwab <=