Skip to content

Commit d4d3373

Browse files
authored
Merge pull request #41 from xeffyr/fix-call-log
termux-call-log: remove invalid option '-d' from the help info
2 parents 5962212 + 5bbd512 commit d4d3373

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)