aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/srt3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/srt b/bin/srt
index 721f1224..5b41693c 100755
--- a/bin/srt
+++ b/bin/srt
@@ -19,10 +19,11 @@
# along with this program. If not, see http://www.gnu.org/licenses/.
HELP="
-Usage: source srt start|stop [webport=<address:port>]
+Usage 1: bin/srt start|stop [webport=<address:port>]
Optional arguments:
[webport] Set the SRTool server port (default: localhost:8000)
[noautoupdate] Disable the auto update server
+Usage 2: bin/srt manage [createsuperuser|lsupdates|migrate|checksettings|collectstatic|...]
"
databaseCheck()