From 9a4a139a9c57420e1bd4b96000985cbfa841782d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 6 Jan 2008 14:13:09 +0100 Subject: [PATCH] gui.c: Change para command to "para_client --". --- gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.c b/gui.c index 2fddc2f8..0cb4b74a 100644 --- a/gui.c +++ b/gui.c @@ -979,7 +979,7 @@ static int send_output(void) static int client_cmd_cmdline(char *cmd) { int ret, fds[3] = {0, 1, 0}; - char *c = make_message(BINDIR "/para_client %s", cmd); + char *c = make_message(BINDIR "/para_client -- %s", cmd); outputf(COLOR_COMMAND, "%s", c); print_in_bar(COLOR_MSG, "executing client command, hit any key to abort\n"); -- 2.39.2