about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorViachaslau Khalikin <viachaslau.vinegret@outlook.com>2022-09-18 23:34:45 +0300
committerViachaslau Khalikin <viachaslau.vinegret@outlook.com>2022-09-19 00:29:24 +0300
commit45fa60e7e2a2fd0253387478d201218a38dac5a8 (patch)
tree3423bca31bb15fd959fc0e77bc46007cdfba420b /src/command/cmd_defs.c
parentdd1a9a1e504bb60d1ced98f2da874b9b6cb88a64 (diff)
downloadprofani-tty-45fa60e7e2a2fd0253387478d201218a38dac5a8.tar.gz
Print unloaded plugins which already installed
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
Diffstat (limited to 'src/command/cmd_defs.c')
-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 98a74314..37821221 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2162,7 +2162,7 @@ static struct cmd_t command_defs[] = {
               "/plugins reload [<plugin>]",
               "/plugins python_version")
       CMD_DESC(
-              "Manage plugins. Passing no arguments lists currently loaded plugins and global plugins which are available for local installation. Global directory for Python plugins is " GLOBAL_PYTHON_PLUGINS_PATH " and for C Plugins is " GLOBAL_C_PLUGINS_PATH ".")
+              "Manage plugins. Passing no arguments lists installed plugins and global plugins which are available for local installation. Global directory for Python plugins is " GLOBAL_PYTHON_PLUGINS_PATH " and for C Plugins is " GLOBAL_C_PLUGINS_PATH ".")
       CMD_ARGS(
               { "install [<path>]", "Install a plugin, or all plugins found in a directory (recursive). And loads it/them." },
               { "uninstall [<plugin>]", "Uninstall a plugin." },