Formatting fix

This commit is contained in:
Maxime Coste 2015-12-27 23:07:06 +00:00
parent c39a4d5879
commit a5dcca6f78

View File

@ -184,9 +184,9 @@ ParameterDesc edit_params{
{ "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } }, { "scroll", { false, "place the initial cursor so that the fifo will scroll to show new data" } } },
ParameterDesc::Flags::None, 0, 3 ParameterDesc::Flags::None, 0, 3
}; };
const CommandDesc edit_cmd = { const CommandDesc edit_cmd = {
"edit", "edit",
"e", "e",
"edit [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer", "edit [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer",
edit_params, edit_params,
CommandFlags::None, CommandFlags::None,