aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcmd')
-rw-r--r--src/libcmd/repl.cc2
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"
;
}