From: Andreas Schwab Date: Sun, 9 Jul 2017 07:17:13 +0000 (+0200) Subject: nproc: fix indentation of usage output X-Git-Tag: v8.28~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545f181f4e53d4a57b5b39557b55eaa7dbdbaec4;p=thirdparty%2Fcoreutils.git nproc: fix indentation of usage output * src/nproc.c (usage): Align output. --- 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);