Signed-off-by: John L. Hammond <[email protected]> --- 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 [email protected] http://lists.busybox.net/mailman/listinfo/busybox
