Commit b918e3ff authored by Victor Zverovich's avatar Victor Zverovich

Fix docopt usage

parent 23b04ca6
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
"""Manage site and releases. """Manage site and releases.
Usage: Usage:
manage.py release [<branch>] Create a new release. $FTM_TOKEN should contain manage.py release [<branch>]
a GitHub personal access token obtained from
https://github.com/settings/tokens.
manage.py site manage.py site
For the release command $FMT_TOKEN should contain a GitHub personal access token
obtained from https://github.com/settings/tokens.
""" """
from __future__ import print_function from __future__ import print_function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment