mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 20:06:21 +00:00
cmd_defs: Fix typo
This commit is contained in:
@@ -1992,10 +1992,10 @@ static struct cmd_t command_defs[] =
|
|||||||
{ "reload [<plugin>]", "Reload a plugin, passing no argument will reload all plugins." },
|
{ "reload [<plugin>]", "Reload a plugin, passing no argument will reload all plugins." },
|
||||||
{ "python_version", "Show the Python interpreter version." })
|
{ "python_version", "Show the Python interpreter version." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/plugin install /home/steveharris/Downloads/metal.py",
|
"/plugins install /home/steveharris/Downloads/metal.py",
|
||||||
"/plugin load browser.py",
|
"/plugins load browser.py",
|
||||||
"/plugin unload say.py",
|
"/plugins unload say.py",
|
||||||
"/plugin reload wikipedia.py")
|
"/plugins reload wikipedia.py")
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "/prefs",
|
{ "/prefs",
|
||||||
|
|||||||
Reference in New Issue
Block a user