ln: correct 'ln -T' usage message
authorJohn L. Hammond <jhammond@indeed.com>
Thu, 9 May 2019 14:22:09 +0000 (09:22 -0500)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 9 May 2019 14:29:29 +0000 (16:29 +0200)
Signed-off-by: John L. Hammond <jhammond@indeed.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ln.c

index 3fe2f3f64818ecbb06ff67ea4ea2a676b5891c0b..afeb0d72d88e8a6144c8ce34903203ac283aac0c 100644 (file)
@@ -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