diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-05-25 12:55:58 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-05-25 12:55:58 -0600 |
commit | 9068d32e12750542b59418501ce1bd3835e92400 (patch) | |
tree | 56305fb3302b6d6e9b4b1b865cbfa8c26702b8a4 /src | |
parent | 9a5ea6c359d5dc8a9a9c603a3c63ca808b04c15b (diff) |
remove parens from repl help
Diffstat (limited to 'src')
-rw-r--r-- | src/libcmd/repl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/repl.cc b/src/libcmd/repl.cc index 993dcd634..458e824c5 100644 --- a/src/libcmd/repl.cc +++ b/src/libcmd/repl.cc @@ -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" ; } |