From 94f607a9045481b614cac1b319bd435af01b8860 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 9 May 2019 09:22:09 -0500 Subject: ln: correct 'ln -T' usage message Signed-off-by: John L. Hammond Signed-off-by: Denys Vlasenko --- 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 -- cgit v1.2.3