Skip to content

Commit 0b1845f

Browse files
committed
termux-job-scheduler: Fix --network doc
1 parent c73a09e commit 0b1845f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-job-scheduler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ show_usage () {
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)"
1515
echo " --period-ms int schedule job approximately every period-ms milliseconds (default 0 means once)"
16-
echo " --network text run only when this type of network available, default none (any|unmetered|cellular|not_roaming|none)"
16+
echo " --network text run only when this type of network available (default any): any|unmetered|cellular|not_roaming|none"
1717
echo " --battery-not-low boolean run only when battery is not low, default true (at least Android O)"
1818
echo " --storage-not-low boolean run only when storage is not low, default false (at least Android O)"
1919
echo " --charging boolean run only when charging, default false"

0 commit comments

Comments
 (0)