diff options
| author | skvidal <skvidal> | 2006-03-29 06:23:21 +0000 |
|---|---|---|
| committer | skvidal <skvidal> | 2006-03-29 06:23:21 +0000 |
| commit | c6394fb7a3b410cfeb2da1b233d55c533bc2c1c3 (patch) | |
| tree | daac45210e0d36840cffe61f33f5ac46544fe3dc | |
| parent | 9afaa66e05f88af74daa5b3b6e8c5f4e6778313c (diff) | |
closing: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180976
thanks to Tom Tromey
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | mock.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ options: --debug Output copious debugging information --resultdir=RESULTDIR path for resulting files to be put - --statedir=STATEDIR path for state dirresulting files to be put + --statedir=STATEDIR path for state file is written --uniqueext=UNIQUEEXT Arbitrary, unique extension to append to buildroot directory name @@ -651,7 +651,7 @@ def command_parse(): parser.add_option("--resultdir", action="store", type="string", default=None, help="path for resulting files to be put") parser.add_option("--statedir", action="store", type="string", default=None, - help="path for state dirresulting files to be put") + help="path for state file is written") parser.add_option("--uniqueext", action="store", type="string", default=None, help="Arbitrary, unique extension to append to buildroot directory name") parser.add_option("--configdir", action="store", dest="configdir", default=None, |
