New help text for Matthew S. Wood's "ln" update adding -b and -d.
authorRob Landley <rob@landley.net>
Fri, 29 Apr 2005 22:14:28 +0000 (22:14 -0000)
committerRob Landley <rob@landley.net>
Fri, 29 Apr 2005 22:14:28 +0000 (22:14 -0000)
include/usage.h

index 213fd39..04d6ff4 100644 (file)
        "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" \