diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 11:39:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 11:39:28 +0100 |
commit | 916d99ad405d79853e323024d48a03176c587bca (patch) | |
tree | 36962f20208275226d1831b6bc3748fe91001da8 /doc/fr/autogen | |
parent | c94a8f4c683e343aa9eb47008f4172e50d723b48 (diff) | |
download | weechat-916d99ad405d79853e323024d48a03176c587bca.zip |
exec: add option exec.command.shell to customize the shell used with /exec -sh
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/user/exec_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fr/autogen/user/exec_options.adoc b/doc/fr/autogen/user/exec_options.adoc index d3cac1f23..185c7b073 100644 --- a/doc/fr/autogen/user/exec_options.adoc +++ b/doc/fr/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** type: entier ** valeurs: -1 .. 25920000 ** valeur par défaut: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** description: pass:none[shell à utiliser avec la commande "/exec -sh" ; cela peut être seulement le nom du shell s'il est dans le PATH (par exemple "bash") ou le chemin absolu vers le shell (par exemple "/bin/bash")] +** type: chaîne +** valeurs: toute chaîne +** valeur par défaut: `+"sh"+` |