Fix destination

Change-Id: Idaaa34955d3133329e713961fd3dff28796f3812
This commit is contained in:
Joshua Harlow 2014-08-15 15:43:39 -07:00
parent 478b87b106
commit 8ea62aff22
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def main():
default=[])
parser.add_argument("--no-sphinx", action="store_false",
help="do not ignore sphinx specific false positives",
default=True)
default=True, dest='sphinx')
parser.add_argument("--ignore-path", action="append", default=[],
help="ignore the given directory or file",
metavar='path')