mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-29 20:29:00 +01:00
termux-job-scheduler: fix doc
This commit is contained in:
parent
3f68215d12
commit
5a477124e8
@ -6,9 +6,9 @@ SCRIPTNAME=termux-job-scheduler
|
||||
show_usage () {
|
||||
echo "Usage: termux-job-scheduler [options]"
|
||||
echo "Schedule a script to run at specified intervals."
|
||||
echo " --pending list pending jobs and exit (default false)"
|
||||
echo " --cancel-all boolean cancel all pending jobs and exit (default false)"
|
||||
echo " --cancel boolean cancel given job-id and exit (default false)"
|
||||
echo " --pending list pending jobs and exit"
|
||||
echo " --cancel-all cancel all pending jobs and exit"
|
||||
echo " --cancel cancel given job-id and exit"
|
||||
echo "Options for scheduling:"
|
||||
echo " --script text path to the script to be called"
|
||||
echo " --job-id int job id (will overwrite any previous job with the same id)"
|
||||
|
Loading…
Reference in New Issue
Block a user