*: remove "Options:" string from help texts
[oweals/busybox.git] / miscutils / beep.c
index b0ee7ea25ccda4cb724d4e0f44b37b303ce9c698..910e03e1b4dfbf638d71f549b035f5d6c7747fc6 100644 (file)
@@ -4,9 +4,19 @@
  *
  * Copyright (C) 2009 Bernhard Reutner-Fischer
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
  */
+
+//usage:#define beep_trivial_usage
+//usage:       "-f FREQ -l LEN -d DELAY -r COUNT -n"
+//usage:#define beep_full_usage "\n\n"
+//usage:       "       -f      Frequency in Hz"
+//usage:     "\n       -l      Length in ms"
+//usage:     "\n       -d      Delay in ms"
+//usage:     "\n       -r      Repetitions"
+//usage:     "\n       -n      Start new tone"
+
 #include "libbb.h"
 
 #include <linux/kd.h>