Skip to content

Commit

Permalink
correction de l'aide
Browse files Browse the repository at this point in the history
  • Loading branch information
kpym committed Oct 27, 2020
1 parent b07c768 commit a28a7a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ Paramètres disponibles:
-m, --sans-marges Sans zone de protection autour du logo ('_szp' est rajouté aux noms des fichiers).
-g, --pour-signature Le logo est destiné à une signature mail.
--eol Le passage à la ligne, en plus du EOL standard. (par défaut "\\")
--qualite-jpg La qualité [1-100] des jpeg. (par défaut 100)
--seize-couleurs Enregistre les PNG et les GIF en 16 couleurs, sinon c'est en 8.
-q, --silence N'imprime rien.
-h, --aide Imprime ce message d'aide.
```

### Exemple
Expand Down
8 changes: 5 additions & 3 deletions translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ type trad struct {
}

var traductions = []trad{
{" (default [])", ""},
{"default", "par défaut"},
{"strings", " "},
{"string", " "},
{"ints", " "},
{" strings ", " "},
{" string ", " "},
{" uints ", " "},
{" int ", " "},
{"bad flag syntax:", "mauvaise syntaxe du paramètre :"},
{"unknown flag:", "paramètre inconnu :"},
{"unknown shorthand flag:", "paramètre court inconnu :"},
Expand Down

0 comments on commit a28a7a0

Please sign in to comment.