about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-01-28 16:38:43 +0000
committerJames Booth <boothj5@gmail.com>2017-01-28 16:39:04 +0000
commit8978f809f2923f2db742a656545ae3564e307e31 (patch)
tree8e9c840e0a74a876bd0df7ec967ba6534ff83fcc /src
parent6679b890a052ccda92e086d94a9f253403b24a13 (diff)
downloadprofani-tty-8978f809f2923f2db742a656545ae3564e307e31.tar.gz
Fix alias help
fixes #899
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 33ae1a76..bf648e93 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1580,7 +1580,7 @@ static struct cmd_t command_defs[] =
         CMD_EXAMPLES(
             "/alias add friends /who online friends",
             "/alias add /q /quit",
-            "/alias a /away \"I'm in a meeting.\"",
+            "/alias add a /away \"I'm in a meeting.\"",
             "/alias remove q",
             "/alias list")
     },