summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 16:30:05 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 16:30:05 -0400
commit7d1befcc0f8b4ea2fd2fbee3daa24884b61e7846 (patch)
tree7bb7017b00d4cbbfef13ab315a48a6885975d2a8
parent07ab0cdfc6a356110414e80b4badd6ef469e3797 (diff)
downloadcliff-tablib-7d1befcc0f8b4ea2fd2fbee3daa24884b61e7846.tar.gz
update doc instructions for getting help
-rw-r--r--docs/source/demoapp.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/demoapp.rst b/docs/source/demoapp.rst
index 98242a3..9c1ece8 100644
--- a/docs/source/demoapp.rst
+++ b/docs/source/demoapp.rst
@@ -39,11 +39,12 @@ Usage
Both cliff and the demo installed, you can now run the command
``cliffdemo``.
-For basic command usage instructions, run::
+For basic command usage instructions and a list of the commands
+available from the plugins, run::
(.venv)$ cliffdemo -h
-To see a list of commands availble from the plugins, run::
+or::
(.venv)$ cliffdemo --help
@@ -61,10 +62,9 @@ The ``simple`` command prints this output to the console:
hi!
-To see help for an individual command, include the command name on the
-command line::
+To see help for an individual command, use the ``help`` command::
- (.venv)$ cliffdemo files --help
+ (.venv)$ cliffdemo help files
The Source
==========