summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-05 04:42:26 +0000
committerAlp Toker <alp@nuanti.com>2014-05-05 04:42:26 +0000
commit9f450b23edabcb3af6af33b7a0f33e7aafce2c76 (patch)
treedc2f8db7f9c9328497cb2be736f6ce6ec8ab4a81 /bindings
parent9ec9eb8f9aeea33a2321dc2e53985ad840e60a42 (diff)
cindex-dump.py: fix the --show-ids description string
It looks like this was botched back in r94936. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/examples/cindex/cindex-dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/examples/cindex/cindex-dump.py b/bindings/python/examples/cindex/cindex-dump.py
index 99d03906c5..5556ad121a 100644
--- a/bindings/python/examples/cindex/cindex-dump.py
+++ b/bindings/python/examples/cindex/cindex-dump.py
@@ -63,7 +63,7 @@ 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)",
+ 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",