diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-06-11 13:49:20 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-06-11 13:49:20 +0000 |
commit | c1c7fbc156c5e66085d5b779960d5cdbfb28e978 (patch) | |
tree | d7f4b18ad8300c9e7718126b4b6c8b4f73aeeca9 /doc/en | |
parent | 3799b831079f96680776f437d8d13c4630a02887 (diff) | |
download | weechat-c1c7fbc156c5e66085d5b779960d5cdbfb28e978.zip |
Updated doc
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_commands.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index abd27a592..f0b5d9575 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -210,11 +210,13 @@ For each argument, '*' means all. Without argument, /unignore command lists all defined ignore. </programlisting> -<command>upgrade</command> +<command>upgrade [path_to_binary]</command> <programlisting> upgrade WeeChat without disconnecting from servers -This command run again WeeChat binary, so it should have been compiled or installed with a package manager before running this command. +path_to_binary: path to WeeChat binary (default is current binary) + +This command run again a WeeChat binary, so it should have been compiled or installed with a package manager before running this command. </programlisting> <command>uptime [-o]</command> |