From 23b04ca6d5412fec363a21de0006fb1435145b46 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 24 Aug 2019 07:16:45 -0700 Subject: [PATCH] Update usage instructions --- support/manage.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/support/manage.py b/support/manage.py index 421b4909..88e0f686 100755 --- a/support/manage.py +++ b/support/manage.py @@ -3,11 +3,10 @@ """Manage site and releases. Usage: - FMT_TOKEN= manage.py release [] + manage.py release [] Create a new release. $FTM_TOKEN should contain + a GitHub personal access token obtained from + https://github.com/settings/tokens. manage.py site - - where is a GitHub personal access token that can be obtained from - https://github.com/settings/tokens. """ from __future__ import print_function