diff --git a/src/nix/repl.cc b/src/nix/repl.cc index 5d3dbbcd9..07bbd461f 100644 --- a/src/nix/repl.cc +++ b/src/nix/repl.cc @@ -412,7 +412,7 @@ bool NixRepl::processLine(string line) << " = Bind expression to variable\n" << " :a Add attributes from resulting set to scope\n" << " :b Build derivation\n" - << " :e Open the derivation in $EDITOR\n" + << " :e Open package or function in $EDITOR\n" << " :i Build derivation, then install result into current profile\n" << " :l Load Nix expression and add it to scope\n" << " :p Evaluate and print expression recursively\n"