Skip to content

Commit

Permalink
docs: updated help entry for pluging enable and disable commands
Browse files Browse the repository at this point in the history
FossilOrigin-Name: e3725de76bf43bec4a2f4056dd363eec79274dbc56161f17364f637943f68b3f
  • Loading branch information
thindil committed Jan 12, 2024
1 parent ce9cdd2 commit 14a5607
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions help/help.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ content="Install the selected plugin in the shell. The [path] parameter must be

[Plugins]
topic="plugin enable"
usage="plugin enable [index]"
content="Enable the selected plugin. [Index] must be the index of an installed plugin."
usage="plugin enable ?index?"
content="Enable the plugin with the selected ?index?. If the parameter ?index? wasn't entered, the command will show the list of all available plugins before enabling the one."

[Plugins]
topic="plugin disable"
usage="plugin disable [index]"
content="Disable the selected plugin. [Index] must be the index of an installed plugin."
usage="plugin disable ?index?"
content="Disable the plugin with the selected ?index?. If the parameter ?index? wasn't entered, the command will show the list of all available plugins before disabling the one."

[Prompt]
topic="prompt"
Expand Down

0 comments on commit 14a5607

Please sign in to comment.