summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-13 17:00:11 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-13 17:00:11 -0600
commitb1647ffe415c588726cbecb8c252f919bcf46777 (patch)
treec574334510d570edb3b92c866a03b990a89b9d3e /README.rst
parentaa9229c34e8d8c2c276ecc1dcb431def43712580 (diff)
downloadxnt-b1647ffe415c588726cbecb8c252f919bcf46777.tar.gz
xnt-b1647ffe415c588726cbecb8c252f919bcf46777.tar.xz
Update verbiage in README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 0f81d31..3a16fcb 100644
--- a/README.rst
+++ b/README.rst
@@ -229,20 +229,17 @@ Usage
Command Usage:
- $ xnt [options] [target]+
+ $ xnt [options] [target]*
-Where ``[options]`` are one of the following:
+Where ``[options]`` are of the following:
* ``-v`` or ``--verbose``: verbose, turn on logging
* ``-b BUILDFILE`` or ``--build-file BUILDFILE``: Specify build file
for Xnt to load
-And where ``[target]+`` are any target(s) method in your ``build.py``
-file or:
-
-* Nothing; if no target is specified, Xnt will attempt to invoke the
- ``default`` target
+And where ``[target]*`` are any target(s) method in your ``build.py``
+file or, if no target is given, Xnt will attempt to call ``default``.
Other Commands
--------------
@@ -256,7 +253,7 @@ Other Commands
* ``-h`` or ``--help``: Print summary information about Xnt and
command usage
-For more information about Xnt and the build in functions, see the
+For more information about Xnt and the built in functions, see the
`Package Documentation`_.
Issues