mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 21:31:00 +00:00
Added an s to command(s)
Adding an S seems more intuitive here. The command you are being asked to run there completes to: `help commands` not `help command` as one might expect. Although maybe help aliases might also be something to consider?
This commit is contained in:
parent
1013b03314
commit
f68149489e
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ plugins that are stored in the official channel
|
|||
Micro also has a built in plugin manager which you can invoke with the
|
||||
`> plugin ...` command.
|
||||
|
||||
For the valid commands you can use, see the `command` help topic.
|
||||
For the valid commands you can use, see the `commands` help topic.
|
||||
|
||||
The manager fetches plugins from the channels (which is simply a list of plugin
|
||||
metadata) which it knows about. By default, micro only knows about the official
|
||||
|
|
|
|||
Loading…
Reference in a new issue