Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
1056a460
Commit
1056a460
authored
Aug 24, 2016
by
Adrien Dorsaz
Browse files
acme_dns_tiny: fix typo example usage (use python3 instead of python)
parent
abf20e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
1056a460
...
...
@@ -230,7 +230,7 @@ def main(argv):
It's only ~250 lines, so it won't take long.
===Example Usage===
python acme_dns_tiny.py ./example.ini > chain.crt
python
3
acme_dns_tiny.py ./example.ini > chain.crt
See example.ini file to configure correctly this script.
===================
"""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment