remove parens from repl help

This commit is contained in:
Ben Burdette 2022-05-25 12:55:58 -06:00
parent 9a5ea6c359
commit 9068d32e12

View file

@ -500,7 +500,7 @@ bool NixRepl::processLine(std::string line)
<< " :bt Show trace stack\n"
<< " :st Show current trace\n"
<< " :st <idx> Change to another trace in the stack\n"
<< " :c Go until end of program, exception, or builtins.break().\n"
<< " :c Go until end of program, exception, or builtins.break\n"
<< " :s Go one step\n"
;
}