From: Andre Noll Date: Sun, 6 Jan 2008 13:13:09 +0000 (+0100) Subject: gui.c: Change para command to "para_client --". X-Git-Tag: v0.3.0~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9a4a139a9c57420e1bd4b96000985cbfa841782d gui.c: Change para command to "para_client --". --- 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");