diff options
author | jgeboski <jgeboski@gmail.com> | 2016-05-15 16:40:15 -0400 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2016-05-25 22:48:08 -0400 |
commit | 808825eda6d90aeabd754f70eee52e2b0165749e (patch) | |
tree | eae6be0e9b5461cf28fe2560de14d714c0180f3a /doc | |
parent | d28fe1c4f463314a79f0a71f6f8a01db53e37253 (diff) |
Show the enabled/disabled protocols in the 'plugins' command output
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-guide/commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 260e6abe..56beba54 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1835,12 +1835,12 @@ </bitlbee-command> <bitlbee-command name="plugins"> - <short-description>List all the external plugins</short-description> + <short-description>List all the external plugins and protocols</short-description> <syntax>plugins</syntax> <description> <para> - This gives you a list of all the external plugins. + This gives you a list of all the external plugins and protocols. </para> </description> |