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
client-spec/clarity
FloLangenfeld 2020-06-06 10:49:05 +02:00 committed by Agniva De Sarker
parent b4c25483c9
commit 2f7f2d626e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
`rsync -azvhP {{chemin/vers/fichier_local}} {{hote_distant}}:{{chemin/vers/dossier_distant}}` `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}}` `rsync -r {{hote_distant}}:{{chemin/vers/dossier_distant}} {{chemin/vers/dossier_local}}`