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:
parent
06bcfd34f0
commit
9e4dbe7a9b
1 changed files with 0 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue