aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Hammond <jhammond@indeed.com>2019-05-09 09:22:09 -0500
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-09 16:29:29 +0200
commit94f607a9045481b614cac1b319bd435af01b8860 (patch)
tree3a6f20853d2ae9386b6f01607168278dded222c6
parent89023b167fad897fb6c0d2cdd24f0140beea7df3 (diff)
downloadbusybox-w32-94f607a9045481b614cac1b319bd435af01b8860.tar.gz
busybox-w32-94f607a9045481b614cac1b319bd435af01b8860.tar.bz2
busybox-w32-94f607a9045481b614cac1b319bd435af01b8860.zip
ln: correct 'ln -T' usage message
Signed-off-by: John L. Hammond <jhammond@indeed.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--coreutils/ln.c2
1 files changed, 1 insertions, 1 deletions
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 @@
29//usage: "\n -n Don't dereference symlinks - treat like normal file" 29//usage: "\n -n Don't dereference symlinks - treat like normal file"
30//usage: "\n -b Make a backup of the target (if exists) before link operation" 30//usage: "\n -b Make a backup of the target (if exists) before link operation"
31//usage: "\n -S suf Use suffix instead of ~ when making backup files" 31//usage: "\n -S suf Use suffix instead of ~ when making backup files"
32//usage: "\n -T 2nd arg must be a DIR" 32//usage: "\n -T Treat LINK as a file, not DIR"
33//usage: "\n -v Verbose" 33//usage: "\n -v Verbose"
34//usage: 34//usage:
35//usage:#define ln_example_usage 35//usage:#define ln_example_usage