From a5dcca6f783611fb146feb7b85304c27111ee245 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 27 Dec 2015 23:07:06 +0000 Subject: [PATCH] Formatting fix --- src/commands.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,