summaryrefslogtreecommitdiff
path: root/src/plugins/exec
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-11 15:40:55 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-11 17:49:50 +0100
commit319f2a51ec2ccb7e5a1299008aa9d9185afb1dc6 (patch)
tree8010b60af2d4c6a10aefe55615c41c71f55f8888 /src/plugins/exec
parente3de3e6dda9a945c1d7e6991dc36a22c6bbd3947 (diff)
downloadweechat-319f2a51ec2ccb7e5a1299008aa9d9185afb1dc6.zip
exec: fix typos in /help exec
Diffstat (limited to 'src/plugins/exec')
-rw-r--r--src/plugins/exec/exec-command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c
index 229682a6c..6e9c2a000 100644
--- a/src/plugins/exec/exec-command.c
+++ b/src/plugins/exec/exec-command.c
@@ -407,7 +407,7 @@ exec_command_init ()
" -name: set a name for the command (to name it later with /exec)\n"
" command: the command to execute\n"
" id: command identifier: either its number or name (if set "
- "with \"-name xxx\")"
+ "with \"-name xxx\")\n"
" -in: send text on standard input of process\n"
" -signal: send a signal to the process; the signal can be an integer "
"or one of these names: hup, int, quit, kill, term, usr1, usr2\n"
@@ -415,8 +415,8 @@ exec_command_init ()
"-killall: kill all running processes\n"
" -set: set a hook property (see function hook_set in plugin API "
"reference)\n"
- "property: property for function hook_set\n"
- " value: new value for property"),
+ "property: hook property\n"
+ " value: new value for hook property"),
"-list"
" || -nosh|-stdin|-o|-timeout|-name|%*"
" || -in|-signal|-kill %(exec_commands_ids)"