aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/examples/cindex/cindex-dump.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/examples/cindex/cindex-dump.py')
-rw-r--r--bindings/python/examples/cindex/cindex-dump.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/examples/cindex/cindex-dump.py b/bindings/python/examples/cindex/cindex-dump.py
index af7ddab6ea53..5556ad121a3e 100644
--- a/bindings/python/examples/cindex/cindex-dump.py
+++ b/bindings/python/examples/cindex/cindex-dump.py
@@ -63,8 +63,8 @@ def main():
parser = OptionParser("usage: %prog [options] {filename} [clang-args*]")
parser.add_option("", "--show-ids", dest="showIDs",
- help="Don't compute cursor IDs (very slow)",
- default=False)
+ help="Compute cursor IDs (very slow)",
+ action="store_true", default=False)
parser.add_option("", "--max-depth", dest="maxDepth",
help="Limit cursor expansion to depth N",
metavar="N", type=int, default=None)