From 900f3d13d3116b75a628f8d506e715ef9c8de27f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr>
Date: Sun, 19 Jan 2020 21:52:12 +0100
Subject: [PATCH] fr: fix wrong name of option of git-rm
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jean-No챘l Avila <jn.avila@free.fr>
Reported-by: Adrien Ollier <adr.ollier@hotmail.fr>
---
 po/documentation.fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index d714c56..f5a606f 100644
--- a/po/documentation.fr.po
+++ b/po/documentation.fr.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: git documentation\n"
 "Report-Msgid-Bugs-To: jn.avila@free.fr\n"
 "POT-Creation-Date: 2019-12-08 16:35+0100\n"
-"PO-Revision-Date: 2019-12-22 19:21+0000\n"
+"PO-Revision-Date: 2020-01-19 21:51+0100\n"
 "Last-Translator: Jean-No챘l Avila <jn.avila@free.fr>\n"
 "Language-Team: Jean-No챘l Avila <jn.avila@free.fr>\n"
 "Language: fr\n"
@@ -44329,7 +44329,7 @@ msgstr "'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet
 #: en/git-rm.txt:25
 #, priority:280
 msgid "Remove files from the index, or from the working tree and the index.  `git rm` will not remove a file from just your working directory.  (There is no option to remove a file only from the working tree and yet keep it in the index; use `/bin/rm` if you want to do that.)  The files being removed have to be identical to the tip of the branch, and no updates to their contents can be staged in the index, though that default behavior can be overridden with the `-f` option.  When `--cached` is given, the staged content has to match either the tip of the branch or the file on disk, allowing the file to be removed from just the index."
-msgstr "Supprime les fichiers de l'index, ou de l'arbre de travail et de l'index. `git rm` ne supprimera pas un fichier seulement de votre r챕pertoire de travail (il n'y a aucune option pour supprimer un fichier seulement depuis l'arbre de travail et le conserver dans l'index혻; utilisez `/bin/rm` si c'est ce que vous souhaitez faire). Les fichiers 횪 supprimer doivent 챗tre identiques 횪 ceux du sommet de la branche, et avec aucune mise 횪 jour index챕e, mais ce comportement par d챕faut peut 챗tre outrepass챕 avec l'option `-f`. Quand `--cache` est fourni, le contenu index챕 doit correspondre soit au sommet de la branche soit au fichier sur disque, de sorte que le fichier puisse n'챗tre supprim챕 que de l'index."
+msgstr "Supprime les fichiers de l'index, ou de l'arbre de travail et de l'index. `git rm` ne supprimera pas un fichier seulement de votre r챕pertoire de travail (il n'y a aucune option pour supprimer un fichier seulement depuis l'arbre de travail et le conserver dans l'index혻; utilisez `/bin/rm` si c'est ce que vous souhaitez faire). Les fichiers 횪 supprimer doivent 챗tre identiques 횪 ceux du sommet de la branche, et avec aucune mise 횪 jour index챕e, mais ce comportement par d챕faut peut 챗tre outrepass챕 avec l'option `-f`. Quand `--cached` est fourni, le contenu index챕 doit correspondre soit au sommet de la branche soit au fichier sur disque, de sorte que le fichier puisse n'챗tre supprim챕 que de l'index."
 
 #. type: Plain text
 #: en/git-rm.txt:38
-- 
GitLab