summaryrefslogtreecommitdiffstats
path: root/py/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/mock.py')
-rwxr-xr-xpy/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mock.py b/py/mock.py
index c4b9a68..80e7fbf 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -69,7 +69,7 @@ def command_parse(config_opts):
dest="mode", default='rebuild',
help="rebuild the specified SRPM(s)")
parser.add_option("--chroot", "--shell", action="store_const",
- const="chroot", dest="mode",
+ const="shell", dest="mode",
help="run the specified command within the chroot."
" Default command: /bin/sh")
parser.add_option("--clean", action="store_const", const="clean",