Skip to content

Commit 4c53f71

Browse files
committed
termux-job-scheduler: document one-letter options
1 parent abe3241 commit 4c53f71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/termux-job-scheduler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ 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"
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)."

0 commit comments

Comments
 (0)