termux-call-log: remove invalid option '-d' from the help info

This commit is contained in:
Leonid Plyushch 2018-12-28 15:17:40 +02:00
parent 5962212e58
commit 5bbd51236b

View File

@ -8,7 +8,7 @@ PARAMS=""
SCRIPTNAME=termux-call-log
show_usage () {
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-o offset]"
echo "Usage: $SCRIPTNAME [-l limit] [-o offset]"
echo "List call log history"
echo " -l limit offset in call log list (default: $PARAM_LIMIT)"
echo " -o offset offset in call log list (default: $PARAM_OFFSET)"