diff options
author | Jase Thew <bazerka@irssi.org> | 2010-05-19 21:21:17 +0000 |
---|---|---|
committer | bazerka <bazerka@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2010-05-19 21:21:17 +0000 |
commit | c6986ff767521911eb3821c25856eee975fb4178 (patch) | |
tree | 7dadbde9fe0b56ac76ede09fcba3caab895e543d /src | |
parent | be5b3cf8b87d8a844337226a5ca22ff73933f610 (diff) | |
download | irssi-c6986ff767521911eb3821c25856eee975fb4178.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/fe-exec.c | 4 |
1 files 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 <target> | -notice <target>] [-name <name>] <cmd line> EXEC -out | -window | -msg <target> | -notice <target> | - -close | -<signal> <id> - EXEC -in <id> <text to send to process> */ + -close | -<signal> %<id> + EXEC -in %<id> <text to send to process> */ static void cmd_exec(const char *data, SERVER_REC *server, WI_ITEM_REC *item) { GHashTable *optlist; |