diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-16 09:55:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-16 09:55:41 +0100 |
commit | bd2a6253864bd38d5ab063e864f3968727d3129c (patch) | |
tree | 75e257a85fb86fd144eb9b96de45216fa52c31d8 /doc/de/autogen/user/exec_commands.txt | |
parent | fcf5e84fa48cf96847f5078326fa1f3761b25988 (diff) | |
download | weechat-bd2a6253864bd38d5ab063e864f3968727d3129c.zip |
core: update translations
Diffstat (limited to 'doc/de/autogen/user/exec_commands.txt')
-rw-r--r-- | doc/de/autogen/user/exec_commands.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/de/autogen/user/exec_commands.txt b/doc/de/autogen/user/exec_commands.txt index aa44b9c08..9f28d3ddb 100644 --- a/doc/de/autogen/user/exec_commands.txt +++ b/doc/de/autogen/user/exec_commands.txt @@ -3,7 +3,7 @@ ---- /exec -list - [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> + [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-n] |-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> -in <id> <text> -inclose <id> [<text>] -signal <id> <signal> @@ -28,9 +28,11 @@ -ln: display line numbers (default in new buffer only) -noln: don't display line numbers -color: action on ANSI colors in output: - ansi: keep ANSI codes as-is - decode: convert ANSI colors to WeeChat/IRC (default) - strip: remove ANSI colors + ansi: keep ANSI codes as-is + auto: convert ANSI colors to WeeChat/IRC (default) + irc: convert ANSI colors to IRC colors + weechat: convert ANSI colors to WeeChat colors + strip: remove ANSI colors -rc: display return code (default) -norc: don't display return code -timeout: set a timeout for the command (in seconds) |