From 9e4dbe7a9b4ca6127f4532208b6886d7859fb286 Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Thu, 22 Apr 2021 14:51:51 +0200 Subject: [PATCH] cp: sync French translations with English page (remove "--parents") (#5805) Remove the "--parents" command from the French page since: - it is not present in the English page ; - it is not a common option but a Linux one. --- pages.fr/common/cp.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages.fr/common/cp.md b/pages.fr/common/cp.md index de539ba7f9..7422c87cca 100644 --- a/pages.fr/common/cp.md +++ b/pages.fr/common/cp.md @@ -26,7 +26,3 @@ - Déréférencer les liens symboliques avant de copier : `cp -L {{link}} {{chemin/vers/répertoire_cible}}` - -- Copier en utilisant le chemin complet des fichiers source, en créant les répertoires intermédiaires manquants : - -`cp --parents {{source/chemin/vers/fichier}} {{chemin/vers/fichier_cible}}`