Skip to content

Commit 5a47712

Browse files
committed
termux-job-scheduler: fix doc
1 parent 3f68215 commit 5a47712

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/termux-job-scheduler

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SCRIPTNAME=termux-job-scheduler
66
show_usage () {
77
echo "Usage: termux-job-scheduler [options]"
88
echo "Schedule a script to run at specified intervals."
9-
echo " --pending list pending jobs and exit (default false)"
10-
echo " --cancel-all boolean cancel all pending jobs and exit (default false)"
11-
echo " --cancel boolean cancel given job-id and exit (default false)"
9+
echo " --pending list pending jobs and exit"
10+
echo " --cancel-all cancel all pending jobs and exit"
11+
echo " --cancel cancel given job-id and exit"
1212
echo "Options for scheduling:"
1313
echo " --script text path to the script to be called"
1414
echo " --job-id int job id (will overwrite any previous job with the same id)"

0 commit comments

Comments
 (0)