Skip to content

Commit 57151c6

Browse files
committed
fix punctuation error in command help text
1 parent ccd96f0 commit 57151c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clang-query/Query.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ bool HelpQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const {
4545
" set bind-root (true|false) "
4646
"Set whether to bind the root matcher to \"root\".\n"
4747
" set print-matcher (true|false) "
48-
"Set whether to print the current matcher,\n"
48+
"Set whether to print the current matcher.\n"
4949
" set enable-profile (true|false) "
50-
"Set whether to enable matcher profiling,\n"
50+
"Set whether to enable matcher profiling.\n"
5151
" set traversal <kind> "
5252
"Set traversal kind of clang-query session. Available kinds are:\n"
5353
" AsIs "

0 commit comments

Comments
 (0)