File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ SCRIPTNAME=termux-job-scheduler
66show_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"
9+ echo " -p/-- pending list pending jobs and exit"
1010 echo " --cancel-all cancel all pending jobs and exit"
1111 echo " --cancel cancel given job-id and exit"
1212 echo " Options for scheduling:"
13- echo " -- script text path to the script to be called"
13+ echo " -s/-- script path path to the script to be called"
1414 echo " --job-id int job id (will overwrite any previous job with the same id)"
1515 echo " --period-ms int schedule job approximately every period-ms milliseconds (default 0 means once)."
1616 echo " Note that since Android N, the minimum period is 900.000ms (15 minutes)."
You can’t perform that action at this time.
0 commit comments