hust testsuite: fix a false positive
[oweals/busybox.git] / miscutils / raidautorun.c
index bbfa8577ce7a9973802039a7208c1432c986ad62..b72d89058e45918c9bacc09ac100c88a9ef2a08f 100644 (file)
@@ -8,6 +8,14 @@
  *
  */
 
+//usage:#define raidautorun_trivial_usage
+//usage:       "DEVICE"
+//usage:#define raidautorun_full_usage "\n\n"
+//usage:       "Tell the kernel to automatically search and start RAID arrays"
+//usage:
+//usage:#define raidautorun_example_usage
+//usage:       "$ raidautorun /dev/md0"
+
 #include "libbb.h"
 
 #include <linux/major.h>