Make tracker domain a required arg

This commit is contained in:
Jeffrey Serio 2024-11-02 02:19:37 -05:00
parent 9aa99b5d23
commit 7e09519e62

View File

@ -12,7 +12,7 @@ Expectations:
- rsync installed on the host system running this script
Usage:
update_tracker.py [--add-tracker DOMAIN]
update_tracker.py (--add-tracker DOMAIN)
update_tracker.py -h
Options:
@ -21,7 +21,6 @@ Options:
Examples:
update_tracker.py --add-tracker hyperreal.coffee
update_tracker.py
"""
import json