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