termux-vibrate: Fix help text for --duration
This commit is contained in:
parent
2637995c1e
commit
36ff0d1474
@ -3,8 +3,9 @@
|
||||
set -e -u
|
||||
|
||||
show_usage () {
|
||||
echo 'usage: termux-vibrate [-f,--force] [<duration_ms>]'
|
||||
echo 'usage: termux-vibrate [-f,--force] [-d,--duration <duration_ms>]'
|
||||
echo 'Vibrate the device for the specified duration (default:1000 ms).'
|
||||
echo ''
|
||||
echo 'By default no vibration is done when in silent mode - use the'
|
||||
echo '-f,--force option to force vibration even when in silent mode.'
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user