[RFC] [PATCH] chown: fix help text completely

Denys Vlasenko vda.linux at googlemail.com
Sun Jun 7 01:05:55 UTC 2015


Applied, thanks!

On Thu, Jun 4, 2015 at 6:03 AM, Junling Zheng <zhengjunling at huawei.com> wrote:
> Commit 16ca379b fixed the help text of chown incompletely.
> This patch fixes the rest.
>
> Signed-off-by: Junling Zheng <zhengjunling at huawei.com>
> ---
>  coreutils/chown.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/coreutils/chown.c b/coreutils/chown.c
> index cb07bbc..679c0d8 100644
> --- a/coreutils/chown.c
> +++ b/coreutils/chown.c
> @@ -11,7 +11,7 @@
>  /* http://www.opengroup.org/onlinepubs/007904975/utilities/chown.html */
>
>  //usage:#define chown_trivial_usage
> -//usage:       "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
> +//usage:       "[-Rh"IF_DESKTOP("LHPcvf")"]... OWNER[<.|:>[GROUP]] FILE..."
>  //usage:#define chown_full_usage "\n\n"
>  //usage:       "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
>  //usage:     "\n       -R      Recurse"
> --
> 1.8.3.4
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list