Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct a typo in scripts/termux-call-log.in #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct a typo in scripts/termux-call-log.in
Verified exhaustiveness thanks to:

```bash
grep -r 'offset' scripts/
```

Note that the Wiki should be updated as well:
- https://wiki.termux.com/wiki/Termux-sms-list
- https://wiki.termux.com/wiki/Termux-call-log

Similar to 0fd5e31.
Benjamin-Loison committed Dec 11, 2023
commit 069c3fe0e2075ec13003cb201ee8a0c1942dcac7
2 changes: 1 addition & 1 deletion scripts/termux-call-log.in
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ SCRIPTNAME=termux-call-log
show_usage () {
echo "Usage: $SCRIPTNAME [-l limit] [-o offset]"
echo "List call log history"
echo " -l limit offset in call log list (default: $PARAM_LIMIT)"
echo " -l limit limit in retrieved call log list (default: $PARAM_LIMIT)"
echo " -o offset offset in call log list (default: $PARAM_OFFSET)"
exit 0
}