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

Fixed /plugins help

This commit is contained in:
James Booth 2016-04-10 01:23:35 +01:00
parent 03ab8baf4d
commit 5ddde3e59a

View File

@ -1752,7 +1752,7 @@ static struct cmd_t command_defs[] =
CMD_DESC(
"Manage plugins. Passing no arguments lists currently loaded plugins.")
CMD_ARGS(
{ "laod <plugin>", "Load a plugin." })
{ "load <plugin>", "Load a plugin." })
CMD_EXAMPLES(
"/plugin load browser.py")
},