diff --git a/src/libcmd/repl.cc b/src/libcmd/repl.cc index edd74c993..07e433293 100644 --- a/src/libcmd/repl.cc +++ b/src/libcmd/repl.cc @@ -495,7 +495,7 @@ bool NixRepl::processLine(std::string line) << " :log Show logs for a derivation\n" << " :st [bool] Enable, disable or toggle showing traces for errors\n" << " :d Debug mode commands\n" - << " :d stack Show call stack\n" + << " :d stack Show trace stack\n" << " :d env Show env stack\n" << " :d show Show current trace, or change to call stack index\n" << " :d go Go until end of program, exception, or builtins.break().\n"