From 545f181f4e53d4a57b5b39557b55eaa7dbdbaec4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 9 Jul 2017 09:17:13 +0200 Subject: [PATCH] nproc: fix indentation of usage output * 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.47.2