diff options
author | 2019-02-09 19:20:20 -0800 | |
---|---|---|
committer | 2019-02-09 19:20:20 -0800 | |
commit | afd9ac752d88a192a043725ae8bc932e2d703888 (patch) | |
tree | 8b33f6b343fa02b0fa3ecde9b4e4b5a06868fc99 | |
parent | 65682689f70e90d19bd11d8aa8e271e32e620369 (diff) | |
download | srtool-afd9ac752d88a192a043725ae8bc932e2d703888.tar.gz srtool-afd9ac752d88a192a043725ae8bc932e2d703888.tar.bz2 srtool-afd9ac752d88a192a043725ae8bc932e2d703888.zip |
srtool_srt: add 'manage' usage help display
Signed-off-by: David Reyna <David.Reyna@windriver.com>
-rwxr-xr-x | bin/srt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |