Merge remote-tracking branch 'Screwtapello/fix-info-docstring'
This commit is contained in:
commit
2f815511da
|
@ -1955,7 +1955,7 @@ const CommandDesc on_key_cmd = {
|
||||||
const CommandDesc info_cmd = {
|
const CommandDesc info_cmd = {
|
||||||
"info",
|
"info",
|
||||||
nullptr,
|
nullptr,
|
||||||
"info [<switches>] <params>...: display an info box with the params as content",
|
"info [<switches>] <text>: display an info box containing <text>",
|
||||||
ParameterDesc{
|
ParameterDesc{
|
||||||
{ { "anchor", { true, "set info anchoring <line>.<column>" } },
|
{ { "anchor", { true, "set info anchoring <line>.<column>" } },
|
||||||
{ "placement", { true, "set placement relative to anchor (above, below)" } },
|
{ "placement", { true, "set placement relative to anchor (above, below)" } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user