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:

committed by
Agniva De Sarker

parent
b4c25483c9
commit
2f7f2d626e
@@ -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}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user