1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

Bugfix to correct linting error

The command "TLDR_LANG=FR tldr rsync " results in the following error: Page common/rsync.md not properly linted!  Line 18
 2nd character no space
This change solved this issue
This commit is contained in:
FloLangenfeld 2020-06-06 10:49:05 +02:00 committed by Agniva De Sarker
parent b4c25483c9
commit 2f7f2d626e

View file

@ -15,7 +15,7 @@
`rsync -azvhP {{chemin/vers/fichier_local}} {{hote_distant}}:{{chemin/vers/dossier_distant}}`
-Transférer un dossier et tous ses sous-dossiers d'un hôte distant vers l'hôte local:
- Transférer un dossier et tous ses sous-dossiers d'un hôte distant vers l'hôte local:
`rsync -r {{hote_distant}}:{{chemin/vers/dossier_distant}} {{chemin/vers/dossier_local}}`