summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index f501df3..4b55855 100644
--- a/README.rst
+++ b/README.rst
@@ -224,7 +224,7 @@ Command Usage:
Where ``[options]`` are one of the following:
-* ``-v``: verbose, turn on logging
+* ``-v`` or ``--verbose``: verbose, turn on logging
* ``-b BUILDFILE`` or ``--build-file BUILDFILE``: Specify build file
for Xnt to load
@@ -238,13 +238,14 @@ file or:
Other Commands
--------------
-* ``list-targets``: Xnt will print all targets marked by the
- ``@target`` decorator and possibly their docstrings if they are
+* ``-l`` or ``--list-targets``: Xnt will print all targets marked by
+ the ``@target`` decorator and possibly their docstrings if they are
defined
-* ``version``: Print the current version of Xnt and quit
+* ``--version``: Print the current version of Xnt and quit
-* ``help``: Print summary information about Xnt and command usage
+* ``-h`` or ``--help``: Print summary information about Xnt and
+ command usage
For more information about Xnt and the build in functions, see the
`Package Documentation`_.