Benno Schulenberg <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> 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\


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to