We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e2421 commit f1f6d9cCopy full SHA for f1f6d9c
clang/tools/clang-repl/ClangRepl.cpp
@@ -351,7 +351,7 @@ int main(int argc, const char **argv) {
351
"%undo\tundo the previous input\n"
352
"%quit\texit clang-repl\n";
353
if (OptInputs.empty()) {
354
- printf("%%help for list of clang-repl commands\n");
+ printf("type %%help to list clang-repl commands\n");
355
llvm::LineEditor LE("clang-repl");
356
std::string Input;
357
LE.setListCompleter(ReplListCompleter(CB, *Interp));
0 commit comments