From 50bfe2cbbaf976b526f186c95b0a460b69ba623d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 12 May 2009 10:31:52 +0200 Subject: [PATCH] Fix git command to clone repository in doc --- doc/de/user/install.de.xml | 2 +- doc/en/user/install.en.xml | 2 +- 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 . Um die GIT Quellen zu bekommen, sind folgende Kommandos nötig: -$ git-clone git://git.sv.gnu.org/weechat.git +$ git clone git://git.sv.gnu.org/weechat.git 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 . To get GIT sources, issue this command: -$ git-clone git://git.sv.gnu.org/weechat.git +$ git clone git://git.sv.gnu.org/weechat.git 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 . Pour récupérer les sources GIT, tapez cette commande : -$ git-clone git://git.sv.gnu.org/weechat.git +$ git clone git://git.sv.gnu.org/weechat.git