about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@users.noreply.github.com>2016-09-05 21:56:03 +0100
committerGitHub <noreply@github.com>2016-09-05 21:56:03 +0100
commit5c245acd93f481f2ad9245165b6f966a4e3bf35e (patch)
treee7d06e7b7d68a12c4eb932fe5349b9c04b9c6a5f
parentbd51ab83d6ea69337d6043a858448d4920b0ae99 (diff)
parent74942da0ff65cf51899c19deae605790b0b22d3a (diff)
downloadprofani-tty-5c245acd93f481f2ad9245165b6f966a4e3bf35e.tar.gz
Merge pull request #847 from tindzk/plugins-typo
cmd_defs: Fix typo
-rw-r--r--src/command/cmd_defs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 19529a68..c98b9bf3 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1992,10 +1992,10 @@ static struct cmd_t command_defs[] =
             { "reload [<plugin>]",   "Reload a plugin, passing no argument will reload all plugins." },
             { "python_version",      "Show the Python interpreter version." })
         CMD_EXAMPLES(
-            "/plugin install /home/steveharris/Downloads/metal.py",
-            "/plugin load browser.py",
-            "/plugin unload say.py",
-            "/plugin reload wikipedia.py")
+            "/plugins install /home/steveharris/Downloads/metal.py",
+            "/plugins load browser.py",
+            "/plugins unload say.py",
+            "/plugins reload wikipedia.py")
     },
 
     { "/prefs",