[git commit] ln: correct 'ln -T' usage message

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


commit: https://git.busybox.net/busybox/commit/?id=94f607a9045481b614cac1b319bd435af01b8860
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: John L. Hammond <jhammond at indeed.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/ln.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/ln.c b/coreutils/ln.c
index 3fe2f3f64..afeb0d72d 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 file, not DIR"
 //usage:     "\n	-v	Verbose"
 //usage:
 //usage:#define ln_example_usage


More information about the busybox-cvs mailing list