From 591a9ab09307bcf6e002f67788eca937097a6872 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Tue, 10 Jul 2018 17:51:57 +1000 Subject: [PATCH] The info command only takes one content string, not one-or-more. --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index 01af212c..f62c80a1 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1955,7 +1955,7 @@ const CommandDesc on_key_cmd = { const CommandDesc info_cmd = { "info", nullptr, - "info [] ...: display an info box with the params as content", + "info [] : display an info box containing ", ParameterDesc{ { { "anchor", { true, "set info anchoring ." } }, { "placement", { true, "set placement relative to anchor (above, below)" } },