Skip to content

Commit

Permalink
Improve explanation of --ttl option
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimsel committed Nov 13, 2018
1 parent f094636 commit 1d7e502
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion r53_dns_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
Options:
--help, -h Display this message
--verbose, -v Show extra logging info
--ttl TTL, -t TTL Override existing and/or default TTL
--ttl TTL, -t TTL Force TTL (overrides existing value).
If this isn't specified, and no record exists,
the default TTL of 60 will be used.
--max-tries INT Max attempts to get public IP [default: 5]
--sns SNS_TOPIC_ARN Optional SNS topic ARN to notify on record updates
Expand Down

0 comments on commit 1d7e502

Please sign in to comment.