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

John L. Hammond jhammond at indeed.com
Thu May 9 14:22:09 UTC 2019


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



More information about the busybox mailing list