diff options
author | Rob Landley <rob@landley.net> | 2005-04-29 22:14:28 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-04-29 22:14:28 +0000 |
commit | 55b1efc6de0bce7872dd9b46c19e6688a1976427 (patch) | |
tree | 2158a1417c0af3b0d316b2663647d5aae8f4527a | |
parent | 3071e2fda3d9a609a00f31418a97fe8174f8b7fc (diff) | |
download | busybox-55b1efc6de0bce7872dd9b46c19e6688a1976427.tar.gz |
New help text for Matthew S. Wood's "ln" update adding -b and -d.
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 213fd3926..04d6ff409 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1447,7 +1447,9 @@ "Options:\n" \ "\t-s\tmake symbolic links instead of hard links\n" \ "\t-f\tremove existing destination files\n" \ - "\t-n\tno dereference symlinks - treat like normal file" + "\t-n\tno dereference symlinks - treat like normal file\n" \ + "\t-b\tmake a backup of the target (if exists) before link operation\n" \ + "\t-S suffix\tuse suffix instead of ~ when making backup files" #define ln_example_usage \ "$ ln -s BusyBox /tmp/ls\n" \ "$ ls -l /tmp/ls\n" \ |