[PATCH 1/1] Correct 'ln -T' usage message.

Denys Vlasenko vda.linux at googlemail.com
Thu May 9 14:30:07 UTC 2019


Applied, thanks

On Thu, May 9, 2019 at 4:22 PM John L. Hammond <jhammond at indeed.com> wrote:
>
> Signed-off-by: John L. Hammond <jhammond at indeed.com>
> ---
>  coreutils/ln.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/coreutils/ln.c b/coreutils/ln.c
> index 3fe2f3f64..7feff53de 100644
> --- a/coreutils/ln.c
> +++ b/coreutils/ln.c
> @@ -29,7 +29,7 @@
>  //usage:     "\n       -n      Don't dereference symlinks - treat like normal file"
>  //usage:     "\n       -b      Make a backup of the target (if exists) before link operation"
>  //usage:     "\n       -S suf  Use suffix instead of ~ when making backup files"
> -//usage:     "\n       -T      2nd arg must be a DIR"
> +//usage:     "\n       -T      treat LINK as a normal file always"
>  //usage:     "\n       -v      Verbose"
>  //usage:
>  //usage:#define ln_example_usage
> --
> 2.21.0
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list