[BusyBox-cvs] svn commit: trunk/busybox/include

landley at busybox.net landley at busybox.net
Fri Apr 29 22:14:29 UTC 2005


Author: landley
Date: 2005-04-29 16:14:28 -0600 (Fri, 29 Apr 2005)
New Revision: 10203

Log:
New help text for Matthew S. Wood's "ln" update adding -b and -d.



Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2005-04-29 22:13:04 UTC (rev 10202)
+++ trunk/busybox/include/usage.h	2005-04-29 22:14:28 UTC (rev 10203)
@@ -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" \




More information about the busybox-cvs mailing list