diff options
author | James Booth <boothj5@gmail.com> | 2016-02-18 21:53:20 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-18 21:53:20 +0000 |
commit | 0ed3b53bd2a160b81cf16d1b4915164138205eb2 (patch) | |
tree | 86fab412fd899b445c161b32b2a966a468e84069 /src/ui | |
parent | a152d7fb8eee8b1d39445d5a4c40cfc973aff11a (diff) | |
download | profani-tty-0ed3b53bd2a160b81cf16d1b4915164138205eb2.tar.gz |
Integrated plugins with /help command
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index d58c699e..0ec1281e 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -2050,6 +2050,7 @@ cons_help(void) cons_show_padded(pad, "/help commands discovery : List service discovery commands."); cons_show_padded(pad, "/help commands connection : List commands related to managing your connection."); cons_show_padded(pad, "/help commands ui : List commands for manipulating the user interface."); + cons_show_padded(pad, "/help commands plugins : List plugin commands."); cons_show_padded(pad, "/help [command] : Detailed help on a specific command."); cons_show_padded(pad, "/help navigation : How to navigate around Profanity."); cons_show(""); |