diff options
author | James Booth <boothj5@gmail.com> | 2017-01-28 16:38:43 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2017-01-28 16:39:04 +0000 |
commit | 8978f809f2923f2db742a656545ae3564e307e31 (patch) | |
tree | 8e9c840e0a74a876bd0df7ec967ba6534ff83fcc | |
parent | 6679b890a052ccda92e086d94a9f253403b24a13 (diff) | |
download | profani-tty-8978f809f2923f2db742a656545ae3564e307e31.tar.gz |
Fix alias help
fixes #899
-rw-r--r-- | src/command/cmd_defs.c | 2 |
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") }, |