summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index d4f6709..577bee6 100644
--- a/commands.c
+++ b/commands.c
@@ -112,7 +112,7 @@ static void commands_find(GSocketConnection *connection, const gchar *cmd, GErro
gchar **data = g_strsplit(cmd, " ", 3);
if(g_strv_length(data) != 3) {
- *error = g_error_new(commands_quark(), 0, "syntax: find[r|l] artist|title|album search");
+ *error = g_error_new(commands_quark(), 0, "syntax: find[l|r remotename] artist|title|album search");
return;
}