From c6986ff767521911eb3821c25856eee975fb4178 Mon Sep 17 00:00:00 2001 From: Jase Thew Date: Wed, 19 May 2010 21:21:17 +0000 Subject: [PATCH] Update help for /exec - clarify use of % prefix for id in command syntax. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5173 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/fe-exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fe-common/core/fe-exec.c b/src/fe-common/core/fe-exec.c index 80df81ce..894d2673 100644 --- a/src/fe-common/core/fe-exec.c +++ b/src/fe-common/core/fe-exec.c @@ -529,8 +529,8 @@ static void handle_exec(const char *args, GHashTable *optlist, /* SYNTAX: EXEC [-] [-nosh] [-out | -msg | -notice ] [-name ] EXEC -out | -window | -msg | -notice | - -close | - - EXEC -in */ + -close | - % + EXEC -in % */ static void cmd_exec(const char *data, SERVER_REC *server, WI_ITEM_REC *item) { GHashTable *optlist;