The info command only takes one content string, not one-or-more.
This commit is contained in:
parent
b06ad06507
commit
591a9ab093
|
@ -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