summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-17 17:50:37 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-17 17:50:37 +0200
commitf49076b7a8e380bf7d28c17b376a862351e8799e (patch)
treef11fbe27a8afa824e7496628c19e6cd7f38e8389 /plugins/shellexec
parente298ffea73d77400d9145f27a244862308bbe7b4 (diff)
shellexec description fix
Diffstat (limited to 'plugins/shellexec')
-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"