find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / readahead.c
index f3b21a2fc23f66ca71227f6f5935371de7e15076..e22aaa46887bb0beb67d0a805111ec69ba7dfb59 100644 (file)
@@ -7,9 +7,14 @@
  *
  * Copyright (C) 2006  Michael Opdenacker <michael@free-electrons.com>
  *
- * Licensed under GPLv2 or later, see file License in this tarball for details.
+ * 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;