mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
New help text for Matthew S. Wood's "ln" update adding -b and -d.
This commit is contained in:
parent
3071e2fda3
commit
55b1efc6de
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user