mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
remove parens from repl help
This commit is contained in:
parent
9a5ea6c359
commit
9068d32e12
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue