We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f68215 commit 5a47712Copy full SHA for 5a47712
1 file changed
scripts/termux-job-scheduler
@@ -6,9 +6,9 @@ SCRIPTNAME=termux-job-scheduler
6
show_usage () {
7
echo "Usage: termux-job-scheduler [options]"
8
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)"
+ echo " --pending list pending jobs and exit"
+ echo " --cancel-all cancel all pending jobs and exit"
+ echo " --cancel cancel given job-id and exit"
12
echo "Options for scheduling:"
13
echo " --script text path to the script to be called"
14
echo " --job-id int job id (will overwrite any previous job with the same id)"
0 commit comments