diff --git a/src/commands.cc b/src/commands.cc index 468100aa..fb1fcd90 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -184,9 +184,9 @@ ParameterDesc edit_params{ { "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } }, ParameterDesc::Flags::None, 0, 3 }; - const CommandDesc edit_cmd = { - "edit", - "e", +const CommandDesc edit_cmd = { + "edit", + "e", "edit [] [ []]: open the given filename in a buffer", edit_params, CommandFlags::None,