summaryrefslogtreecommitdiffstats
path: root/py/mock.py
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-16 22:22:13 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-16 22:22:13 -0600
commit6882f2dbf63cf9f4d197f44c9afed2fd5966f16a (patch)
tree64da56b1eb07b60c6a5850c564850058df1d846f /py/mock.py
parentec01cc18d36138777597a68a3ddd9f7aea29e705 (diff)
downloadmock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.tar.gz
mock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.tar.xz
mock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.zip
document --trace in cmdline help.
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 52d0dcd..0f25184 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -155,7 +155,7 @@ def command_parse(config_opts):
parser.add_option("-q", "--quiet", action="store_const", const=0,
dest="verbose", help="quiet build")
parser.add_option("--trace", action="store_true", default=False,
- dest="trace", help="TODO: document me")
+ dest="trace", help="Enable internal mock tracing output.")
# plugins
parser.add_option("--enable-plugin", action="append",