summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-03 09:27:29 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-03 09:27:29 -0600
commite7b404406b6d825712d7882b8c8da61af896ea1a (patch)
treec4610ba217c9d9574a476cc5addf9407d89fe091
parent229ce9c838bc2d78dfd5dcbfbe97fce859694811 (diff)
downloadmock-e7b404406b6d825712d7882b8c8da61af896ea1a.tar.gz
mock-e7b404406b6d825712d7882b8c8da61af896ea1a.tar.xz
mock-e7b404406b6d825712d7882b8c8da61af896ea1a.zip
change --help to reflect new preferred option style.
-rwxr-xr-xpy/mock.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/py/mock.py b/py/mock.py
index 538986c..5ff4333 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -20,11 +20,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
usage:
- mock [options] {init|clean}
- mock [options] [rebuild] /path/to/srpm(s)
- mock [options] {shell|chroot} <cmd>
- mock [options] installdeps {SRPM|RPM}
- mock [options] install PACKAGE
+ mock [options] {--init|--clean}
+ mock [options] [--rebuild] /path/to/srpm(s)
+ mock [options] {--shell|--chroot} <cmd>
+ mock [options] --installdeps {SRPM|RPM}
+ mock [options] --install PACKAGE
"""
# library imports