diff --git a/src/proto_alpha/lib_client/client_proto_args.ml b/src/proto_alpha/lib_client/client_proto_args.ml index 4a6f4dfe4..382ee3b72 100644 --- a/src/proto_alpha/lib_client/client_proto_args.ml +++ b/src/proto_alpha/lib_client/client_proto_args.ml @@ -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