diff options
author | Michael E Brown <mebrown@michaels-house.net> | 2007-12-16 22:22:13 -0600 |
---|---|---|
committer | Michael E Brown <mebrown@michaels-house.net> | 2007-12-16 22:22:13 -0600 |
commit | 6882f2dbf63cf9f4d197f44c9afed2fd5966f16a (patch) | |
tree | 64da56b1eb07b60c6a5850c564850058df1d846f /py/mock.py | |
parent | ec01cc18d36138777597a68a3ddd9f7aea29e705 (diff) | |
download | mock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.tar.gz mock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.tar.xz mock-6882f2dbf63cf9f4d197f44c9afed2fd5966f16a.zip |
document --trace in cmdline help.
Diffstat (limited to 'py/mock.py')
-rwxr-xr-x | py/mock.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |