forked from lix-project/lix
remove parens from repl help
This commit is contained in:
parent
9a5ea6c359
commit
9068d32e12
|
@ -500,7 +500,7 @@ bool NixRepl::processLine(std::string line)
|
||||||
<< " :bt Show trace stack\n"
|
<< " :bt Show trace stack\n"
|
||||||
<< " :st Show current trace\n"
|
<< " :st Show current trace\n"
|
||||||
<< " :st <idx> Change to another trace in the stack\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"
|
<< " :s Go one step\n"
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue