mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
base32: French translation formatting
This commit is contained in:
parent
84217716da
commit
645207b695
1 changed files with 4 additions and 4 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
> Encode ou décode un fichier ou l'entrée standard vers ou depuis la base 32, et retourne le résultat à la sortie standard.
|
||||
|
||||
- Encode un fichier:
|
||||
- Encode un fichier :
|
||||
|
||||
`base32 {{fichier}}`
|
||||
|
||||
- Décode un fichier:
|
||||
- Décode un fichier :
|
||||
|
||||
`base32 -d {{fichier}}`
|
||||
|
||||
- Encode depuis `stdin`:
|
||||
- Encode depuis `stdin` :
|
||||
|
||||
`{{commande}} | base32`
|
||||
|
||||
- Décode depuis `stdin`:
|
||||
- Décode depuis `stdin` :
|
||||
|
||||
`{{commande}} | base32 -d`
|
||||
|
|
Loading…
Add table
Reference in a new issue