volume_id/ext: detect ext4 too
[oweals/busybox.git] / util-linux / scriptreplay.c
index 6eaba43fa607ef63d471a51836742e1fae7f130a..382f56d9a34b27b9de64648f6b4da3e815d940b4 100644 (file)
@@ -7,6 +7,12 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
  */
+
+//usage:#define scriptreplay_trivial_usage
+//usage:       "timingfile [typescript [divisor]]"
+//usage:#define scriptreplay_full_usage "\n\n"
+//usage:       "Play back typescripts, using timing information"
+
 #include "libbb.h"
 
 int scriptreplay_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;