Skip to content

Commit

Permalink
Fix docopt usage
Browse files Browse the repository at this point in the history
vitaut committed Aug 24, 2019
1 parent 23b04ca commit b918e3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions support/manage.py
Original file line number Diff line number Diff line change
@@ -3,10 +3,11 @@
"""Manage site and releases.
Usage:
manage.py release [<branch>] Create a new release. $FTM_TOKEN should contain
a GitHub personal access token obtained from
https://github.com/settings/tokens.
manage.py release [<branch>]
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

0 comments on commit b918e3f

Please sign in to comment.