mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
Make tracker domain a required arg
This commit is contained in:
parent
9aa99b5d23
commit
7e09519e62
@ -12,7 +12,7 @@ Expectations:
|
|||||||
- rsync installed on the host system running this script
|
- rsync installed on the host system running this script
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
update_tracker.py [--add-tracker DOMAIN]
|
update_tracker.py (--add-tracker DOMAIN)
|
||||||
update_tracker.py -h
|
update_tracker.py -h
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
@ -21,7 +21,6 @@ Options:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
update_tracker.py --add-tracker hyperreal.coffee
|
update_tracker.py --add-tracker hyperreal.coffee
|
||||||
update_tracker.py
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
Loading…
Reference in New Issue
Block a user