aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-08-24 07:24:42 -0700
committerVictor Zverovich <victor.zverovich@gmail.com>2019-08-24 07:24:42 -0700
commitb918e3ff81f62e5baa7daebb3ed1175468f5069e (patch)
tree2c43cc312884fbcc730b58eece8a4e97e62946ba
parent23b04ca6d5412fec363a21de0006fb1435145b46 (diff)
downloadfmtlib-b918e3ff81f62e5baa7daebb3ed1175468f5069e.tar.gz
Fix docopt usage
-rwxr-xr-xsupport/manage.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/manage.py b/support/manage.py
index 88e0f686..e39beff1 100755
--- a/support/manage.py
+++ b/support/manage.py
@@ -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