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:
parent
b4c25483c9
commit
2f7f2d626e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue