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