Skip to content

Commit 5bbd512

Browse files
author
Leonid Plyushch
committed
termux-call-log: remove invalid option '-d' from the help info
1 parent 5962212 commit 5bbd512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-call-log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PARAMS=""
88
SCRIPTNAME=termux-call-log
99

1010
show_usage () {
11-
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-o offset]"
11+
echo "Usage: $SCRIPTNAME [-l limit] [-o offset]"
1212
echo "List call log history"
1313
echo " -l limit offset in call log list (default: $PARAM_LIMIT)"
1414
echo " -o offset offset in call log list (default: $PARAM_OFFSET)"

0 commit comments

Comments
 (0)