find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / readahead.c
index dd6de7c456fbc63b0a790433865b3839268e013c..e22aaa46887bb0beb67d0a805111ec69ba7dfb59 100644 (file)
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
+//usage:#define readahead_trivial_usage
+//usage:       "[FILE]..."
+//usage:#define readahead_full_usage "\n\n"
+//usage:       "Preload FILEs to RAM"
+
 #include "libbb.h"
 
 int readahead_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;