diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-07-14 23:17:10 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-07-14 23:17:10 +1000 |
| commit | 2f815511dad749d237b2cea41554fb0a678bbf08 (patch) | |
| tree | 4be510093d3581948be572e702fd11f7d52c54dc /src | |
| parent | eb7b7bfd4a7500a39b1a1dd6a93c4319a31b4813 (diff) | |
| parent | 591a9ab09307bcf6e002f67788eca937097a6872 (diff) | |
Merge remote-tracking branch 'Screwtapello/fix-info-docstring'
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index b8223508..f6ec6ad5 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 [<switches>] <params>...: display an info box with the params as content", + "info [<switches>] <text>: display an info box containing <text>", ParameterDesc{ { { "anchor", { true, "set info anchoring <line>.<column>" } }, { "placement", { true, "set placement relative to anchor (above, below)" } }, |
