diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-29 22:14:28 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-29 22:14:28 +0000 |
commit | 307d534f9a2aca2d9785909e1f0561601edf8e13 (patch) | |
tree | 2158a1417c0af3b0d316b2663647d5aae8f4527a | |
parent | 0f6565ad5f948ccc8668ca103d94605b73e30bd0 (diff) | |
download | busybox-w32-307d534f9a2aca2d9785909e1f0561601edf8e13.tar.gz busybox-w32-307d534f9a2aca2d9785909e1f0561601edf8e13.tar.bz2 busybox-w32-307d534f9a2aca2d9785909e1f0561601edf8e13.zip |
New help text for Matthew S. Wood's "ln" update adding -b and -d.
git-svn-id: svn://busybox.net/trunk/busybox@10203 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@ | |||
1447 | "Options:\n" \ | 1447 | "Options:\n" \ |
1448 | "\t-s\tmake symbolic links instead of hard links\n" \ | 1448 | "\t-s\tmake symbolic links instead of hard links\n" \ |
1449 | "\t-f\tremove existing destination files\n" \ | 1449 | "\t-f\tremove existing destination files\n" \ |
1450 | "\t-n\tno dereference symlinks - treat like normal file" | 1450 | "\t-n\tno dereference symlinks - treat like normal file\n" \ |
1451 | "\t-b\tmake a backup of the target (if exists) before link operation\n" \ | ||
1452 | "\t-S suffix\tuse suffix instead of ~ when making backup files" | ||
1451 | #define ln_example_usage \ | 1453 | #define ln_example_usage \ |
1452 | "$ ln -s BusyBox /tmp/ls\n" \ | 1454 | "$ ln -s BusyBox /tmp/ls\n" \ |
1453 | "$ ls -l /tmp/ls\n" \ | 1455 | "$ ls -l /tmp/ls\n" \ |