Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 deletions

View File

@@ -1,20 +1,20 @@
# deluge
> Client BitTorrent à base de ligne de commande.
> Plus d'informations : <https://deluge-torrent.org>.
> Plus d'informations : <https://deluge-torrent.org>.
- Télécharge un torrent :
- Télécharge un torrent :
`deluge {{url|magnet|chemin/vers/fichier}}`
- Télécharge un torrent à l'aide d'un fichier de configuration particulier :
- Télécharge un torrent à l'aide d'un fichier de configuration particulier :
`deluge -c {{chemin/vers/fichier_configuration}} {{url|magnet|chemin/vers/fichier}}`
- Télécharge un torrent et lance un interface usager particulier :
- Télécharge un torrent et lance un interface usager particulier :
`deluge -u {{gtk|web|console}} {{url|magnet|chemin/vers/fichier}}`
- Télécharge un torrent et enregistre les journaux dans un ficher :
- Télécharge un torrent et enregistre les journaux dans un ficher :
`deluge -l {{chemin/vers/fichier_journalisation}} {{url|magnet|chemin/vers/fichier}}`