Update usage instructions

This commit is contained in:
Victor Zverovich 2019-08-24 07:04:24 -07:00
parent 413d97b33a
commit 5d5918a74d

View File

@ -3,8 +3,11 @@
"""Manage site and releases.
Usage:
manage.py release [<branch>]
FMT_TOKEN=<token> manage.py release [<branch>]
manage.py site
where <token> is a GitHub personal access token that can be obtained from
https://github.com/settings/tokens.
"""
from __future__ import print_function