Skip to content

Commit

Permalink
Merge pull request #1742 from benjaoming/bug/cli-usage-4x
Browse files Browse the repository at this point in the history
Clarify that some commands are missing (they were noops)
  • Loading branch information
rtibbles authored Jun 28, 2017
2 parents a0a09ff + c60dc25 commit dbbe9db
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions kolibri/utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
www.learningequality.org
Usage:
kolibri start [--foreground --watch] [--port=<port>] [options] [-- DJANGO_OPTIONS ...]
kolibri stop [options] [-- DJANGO_OPTIONS ...]
kolibri restart [options] [-- DJANGO_OPTIONS ...]
kolibri start [--foreground] [--port=<port>] [options] [-- DJANGO_OPTIONS ...]
kolibri status [options]
kolibri shell [options] [-- DJANGO_OPTIONS ...]
kolibri manage [options] COMMAND [-- DJANGO_OPTIONS ...]
Expand All @@ -51,6 +49,12 @@
kolibri -h | --help
kolibri --version
Coming in 0.5:
kolibri start Will start the daemon per default
kolibri stop Stops the daemon
kolibri restart Restarts the daemon
kolibri diagnose Shows diagnostics for bug reports
Options:
-h --help Show this screen.
--version Show version.
Expand Down

0 comments on commit dbbe9db

Please sign in to comment.