mirror of
https://github.com/danog/termux-api-package.git
synced 2024-12-02 09:37:49 +01:00
termux-call-log: remove invalid option '-d' from the help info
This commit is contained in:
parent
5962212e58
commit
5bbd51236b
@ -8,7 +8,7 @@ PARAMS=""
|
|||||||
SCRIPTNAME=termux-call-log
|
SCRIPTNAME=termux-call-log
|
||||||
|
|
||||||
show_usage () {
|
show_usage () {
|
||||||
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-o offset]"
|
echo "Usage: $SCRIPTNAME [-l limit] [-o offset]"
|
||||||
echo "List call log history"
|
echo "List call log history"
|
||||||
echo " -l limit offset in call log list (default: $PARAM_LIMIT)"
|
echo " -l limit offset in call log list (default: $PARAM_LIMIT)"
|
||||||
echo " -o offset offset in call log list (default: $PARAM_OFFSET)"
|
echo " -o offset offset in call log list (default: $PARAM_OFFSET)"
|
||||||
|
Loading…
Reference in New Issue
Block a user