1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 20:06:00 +02:00

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.
This commit is contained in:
Nicolas Kosinski 2021-04-22 14:51:51 +02:00 committed by GitHub
parent 06bcfd34f0
commit 9e4dbe7a9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`