volume_id/ext: detect ext4 too
[oweals/busybox.git] / util-linux / fdformat.c
index 57e9c26f8194e53d04ae0107fe6892362e87cb73..2f0854a3031f6c38922c667866cbe40f57065b44 100644 (file)
@@ -5,6 +5,12 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
+//usage:#define fdformat_trivial_usage
+//usage:       "[-n] DEVICE"
+//usage:#define fdformat_full_usage "\n\n"
+//usage:       "Format floppy disk\n"
+//usage:     "\n       -n      Don't verify after format"
+
 #include "libbb.h"