bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tiny string fixes [patches]


From: Jim Meyering
Subject: Re: tiny string fixes [patches]
Date: Mon, 04 Aug 2008 10:58:41 +0200

Benno Schulenberg <address@hidden> wrote:
> While updating the Dutch translation for coreutils, I came across a
> few small inconsistencies.  Attached patches fix those.
>
>>From 0cceb3fb67b07d7ca50e65f85aaf6b9eeb487939 Mon Sep 17 00:00:00 2001
> From: Benno Schulenberg <address@hidden>
> Date: Sun, 3 Aug 2008 23:52:59 +0200
> Subject: [PATCH] chroot: It accepts only one command.
>
> ---
>  src/chroot.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/chroot.c b/src/chroot.c
> index 399f76c..2196503 100644
> --- a/src/chroot.c
> +++ b/src/chroot.c
> @@ -41,7 +41,7 @@ usage (int status)
>    else
>      {
>        printf (_("\
> -Usage: %s NEWROOT [COMMAND...]\n\
> +Usage: %s NEWROOT [COMMAND]\n\
>    or:  %s OPTION\n\
>  "), program_name, program_name);
>        fputs (_("\

How about this instead, to make it consistent with env --help:

-Usage: %s NEWROOT [COMMAND...]\n\
+Usage: %s NEWROOT [COMMAND [ARG]...]\n\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]