mirror of https://github.com/microsoft/clang.git
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
This commit is contained in:
parent
9ec9eb8f9a
commit
9f450b23ed
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue