find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / volname.c
index a5174e636e43ee330719a0d9975f779768f86b0b..b50e79573b6bc1d071a6bd1dff529dbe746ea55a 100644 (file)
  */
 
 /*
- * mods from  distrubuted source (eject-2.0.13) are by
+ * mods from distributed source (eject-2.0.13) are by
  * Matthew Stoltenberg <d3matt@gmail.com>
  */
+
+//usage:#define volname_trivial_usage
+//usage:       "[DEVICE]"
+//usage:#define volname_full_usage "\n\n"
+//usage:       "Show CD volume name of the DEVICE (default /dev/cdrom)"
+
 #include "libbb.h"
 
 int volname_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;