mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Fix docopt usage
This commit is contained in:
parent
23b04ca6d5
commit
b918e3ff81
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user