diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-12 10:31:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-12 10:31:52 +0200 |
commit | 50bfe2cbbaf976b526f186c95b0a460b69ba623d (patch) | |
tree | 67edf1bbe4b4d776e0b88b9a3d7182f20c53f548 /doc | |
parent | 92424a595d5e4aad03cddac6038dff6ac80ea9df (diff) | |
download | weechat-50bfe2cbbaf976b526f186c95b0a460b69ba623d.zip |
Fix git command to clone repository in doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/user/install.de.xml | 2 | ||||
-rw-r--r-- | doc/en/user/install.en.xml | 2 | ||||
-rw-r--r-- | doc/fr/user/install.fr.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/de/user/install.de.xml b/doc/de/user/install.de.xml index 1939a40b7..7be28fc0c 100644 --- a/doc/de/user/install.de.xml +++ b/doc/de/user/install.de.xml @@ -118,7 +118,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para> Um die GIT Quellen zu bekommen, sind folgende Kommandos nötig: -<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> +<screen><prompt>$ </prompt><userinput>git clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> diff --git a/doc/en/user/install.en.xml b/doc/en/user/install.en.xml index 95b3fe48e..48e305ba0 100644 --- a/doc/en/user/install.en.xml +++ b/doc/en/user/install.en.xml @@ -117,7 +117,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para> To get GIT sources, issue this command: -<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> +<screen><prompt>$ </prompt><userinput>git clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> diff --git a/doc/fr/user/install.fr.xml b/doc/fr/user/install.fr.xml index 46411e1bb..1b5096560 100644 --- a/doc/fr/user/install.fr.xml +++ b/doc/fr/user/install.fr.xml @@ -116,7 +116,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <para> Pour récupérer les sources GIT, tapez cette commande : -<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> +<screen><prompt>$ </prompt><userinput>git clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> |