mirror of https://github.com/CrimsonTome/tldr.git
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 issueclient-spec/clarity
parent
b4c25483c9
commit
2f7f2d626e
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Reference in New Issue