1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Merge pull request #847 from tindzk/plugins-typo

cmd_defs: Fix typo
This commit is contained in:
James Booth 2016-09-05 21:56:03 +01:00 committed by GitHub
commit 5c245acd93

View File

@ -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",