From: Fredrik Fornwall Date: Sat, 16 Apr 2016 21:14:49 +0000 (-0400) Subject: termux-vibrate: Fix help text for --duration X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/36ff0d14740bf0f46002139b8c0c5f64951d8cb2 termux-vibrate: Fix help text for --duration --- diff --git a/packages/termux-api/termux-vibrate b/packages/termux-api/termux-vibrate index 4c510936..36fd2f91 100755 --- a/packages/termux-api/termux-vibrate +++ b/packages/termux-api/termux-vibrate @@ -3,8 +3,9 @@ set -e -u show_usage () { - echo 'usage: termux-vibrate [-f,--force] []' + echo 'usage: termux-vibrate [-f,--force] [-d,--duration ]' 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