aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-21 13:18:31 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-21 13:18:31 +0200
commit45de0746b33b3716101caa5fa08ee601221dce39 (patch)
treed073e0980d8ee319c7c48999fa5e3278aed3b1b3 /include/usage.h
parente10db56aa3e069388e84f7166e05032ba5b89295 (diff)
downloadbusybox-w32-45de0746b33b3716101caa5fa08ee601221dce39.tar.gz
busybox-w32-45de0746b33b3716101caa5fa08ee601221dce39.tar.bz2
busybox-w32-45de0746b33b3716101caa5fa08ee601221dce39.zip
add simple beep applet
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 8a5c7a088..227ed8001 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -145,6 +145,16 @@
145 "$ basename /foo/bar.txt .txt\n" \ 145 "$ basename /foo/bar.txt .txt\n" \
146 "bar" 146 "bar"
147 147
148#define beep_trivial_usage \
149 "-f freq -l length -d delay -r repetitions -n"
150#define beep_full_usage "\n\n" \
151 "Options:\n" \
152 "\n -f Frequency in Hz" \
153 "\n -l Length in ms" \
154 "\n -d Delay in ms" \
155 "\n -r Repetitions" \
156 "\n -n Start new tone" \
157
148#define fbsplash_trivial_usage \ 158#define fbsplash_trivial_usage \
149 "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" 159 "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]"
150#define fbsplash_full_usage "\n\n" \ 160#define fbsplash_full_usage "\n\n" \