Baker: fix documentation typo

This commit is contained in:
Vincent Botbol 2018-11-21 14:45:12 +01:00
parent dfb10047ef
commit 32d2bf606d
No known key found for this signature in database
GPG Key ID: A2CE1BDBED95DA38

View File

@ -250,7 +250,7 @@ let fee_threshold_arg =
arg
~long:"fee-threshold"
~placeholder:"amount"
~doc:"exclude operations with fees lower than this threshold (in mutez)"
~doc:"exclude operations with fees lower than this threshold (in tz)"
(parameter (fun _ s ->
match Tez.of_string s with
| Some t -> return t