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