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.(
|
Arg.(
|
||||||
value
|
value
|
||||||
& opt (some string) None
|
& opt (some string) None
|
||||||
& info [ "l"; "language" ] ~docv:"LANG"
|
& info [ "l"; "language" ] ~docv:"LANG" ~doc:"Input language among: en, fr, pl (default en)")
|
||||||
~doc:"Input language among: en, fr, non-verbose (default non-verbose)")
|
|
||||||
|
|
||||||
let max_prec_digits_opt =
|
let max_prec_digits_opt =
|
||||||
Arg.(
|
Arg.(
|
||||||
|
Loading…
Reference in New Issue
Block a user