[BusyBox-cvs] busybox/include usage.h,1.155,1.156

Erik Andersen andersen at busybox.net
Sat Jul 5 07:50:17 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv14875/include

Modified Files:
	usage.h 
Log Message:
Add the fdformat utility, based on a patch from Kent Robotti,
but I then completely reworked the fdformat utility to comply
with the current busybox way of doing things.


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- usage.h	3 Jul 2003 10:19:20 -0000	1.155
+++ usage.h	5 Jul 2003 07:50:14 -0000	1.156
@@ -571,6 +571,13 @@
 #define fdflush_full_usage \
 	"Forces floppy disk drive to detect disk change"
 
+#define fdformat_trivial_usage \
+	"[-n] DEVICE"
+#define fdformat_full_usage \
+	"Low-level formats a floppy disk\n\n" \
+	"Options:\n" \
+	"\t-n\tDon't verify after format"
+
 #define fdisk_trivial_usage \
 	"[-l] [-v] [-b SSZ] [-u] DISK"
 #define fdisk_full_usage \




More information about the busybox-cvs mailing list