Fix docopt usage

This commit is contained in:
Victor Zverovich 2019-08-24 07:24:42 -07:00
parent 23b04ca6d5
commit b918e3ff81

View File

@ -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