summaryrefslogtreecommitdiff
path: root/plugins/shellexec/shellexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexec/shellexec.c')
-rw-r--r--plugins/shellexec/shellexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index 2ba6d449..b76cd365 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -425,8 +425,8 @@ static Shx_plugin_t plugin = {
.misc.plugin.id = "shellexec",
.misc.plugin.name = "Shell commands",
.misc.plugin.descr = "Executes configurable shell commands for tracks\n"
- "This plugin doesn't have GUI configuration yet. Please setup manually in config file\n"
- "Syntax:\n"
+ "If you don't have shellexecui installed,\n"
+ "you can still use the following syntax in the config file:\n\n"
"shellexec.NN shcmd:title:name:flag1,flag2,flag3,...\n\n"
"NN is any (unique) number, e.g. 01, 02, 03, etc\n\n"
"shcmd is the command to execute, supports title formatting\n\n"