mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
fix(cli): update the doc message for the --language flag
This commit is contained in:
parent
ec43e82d09
commit
630750c907
@ -73,8 +73,7 @@ let language =
|
||||
Arg.(
|
||||
value
|
||||
& opt (some string) None
|
||||
& info [ "l"; "language" ] ~docv:"LANG"
|
||||
~doc:"Input language among: en, fr, non-verbose (default non-verbose)")
|
||||
& info [ "l"; "language" ] ~docv:"LANG" ~doc:"Input language among: en, fr, pl (default en)")
|
||||
|
||||
let max_prec_digits_opt =
|
||||
Arg.(
|
||||
|
Loading…
Reference in New Issue
Block a user