[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] nproc: fix indentation of usage output
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] nproc: fix indentation of usage output |
Date: |
Mon, 10 Jul 2017 09:41:43 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 09/07/17 00:17, Andreas Schwab wrote:
> * 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);
>
Applied.
Thanks