Skip to content

Commit f1f6d9c

Browse files
committed
small change to opener message
1 parent 99e2421 commit f1f6d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-repl/ClangRepl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ int main(int argc, const char **argv) {
351351
"%undo\tundo the previous input\n"
352352
"%quit\texit clang-repl\n";
353353
if (OptInputs.empty()) {
354-
printf("%%help for list of clang-repl commands\n");
354+
printf("type %%help to list clang-repl commands\n");
355355
llvm::LineEditor LE("clang-repl");
356356
std::string Input;
357357
LE.setListCompleter(ReplListCompleter(CB, *Interp));

0 commit comments

Comments
 (0)