diff --git a/main/manager.c b/main/manager.c index 5a852bfbec9915c456275c9e9d85f919b566adff..6ffa290d5934e043dfc8eed12c9adaba59d3f7e0 100644 --- a/main/manager.c +++ b/main/manager.c @@ -2000,7 +2000,7 @@ static int process_message(struct mansession *s, struct message *m) } } if (!tmp) - astman_send_error(s, m, "Invalid/unknown command"); + astman_send_error(s, m, "Invalid/unknown command. Use Action: ListCommands to show available commands."); if (ret) return ret; /* Once done with our message, deliver any pending events */