multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 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}}`