The info command only takes one content string, not one-or-more.

This commit is contained in:
Tim Allen 2018-07-10 17:51:57 +10:00
parent b06ad06507
commit 591a9ab093

View File

@ -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)" } },