Skip to content

Commit

Permalink
Merge pull request #41 from xeffyr/fix-call-log
Browse files Browse the repository at this point in the history
termux-call-log: remove invalid option '-d' from the help info
  • Loading branch information
fornwall authored Dec 29, 2018
2 parents 5962212 + 5bbd512 commit d4d3373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/termux-call-log
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit d4d3373

Please sign in to comment.