Fix Self Documentation
This commit is contained in:
parent
7417c5e9e2
commit
1bdc98abd3
|
@ -199,7 +199,7 @@ ParameterDesc edit_params{
|
|||
const CommandDesc edit_cmd = {
|
||||
"edit",
|
||||
"e",
|
||||
"edit <switches> <filename>: open the given filename in a buffer",
|
||||
"edit [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer",
|
||||
edit_params,
|
||||
CommandFlags::None,
|
||||
CommandHelper{},
|
||||
|
@ -210,7 +210,7 @@ ParameterDesc edit_params{
|
|||
const CommandDesc force_edit_cmd = {
|
||||
"edit!",
|
||||
"e!",
|
||||
"edit! <switches> <filename>: open the given filename in a buffer, "
|
||||
"edit! [<switches>] <filename> [<line> [<column>]]: open the given filename in a buffer, "
|
||||
"force reload if needed",
|
||||
edit_params,
|
||||
CommandFlags::None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user