From 32d2bf606d1221cedb23c77e45ee4bb38f6b2c42 Mon Sep 17 00:00:00 2001 From: Vincent Botbol Date: Wed, 21 Nov 2018 14:45:12 +0100 Subject: [PATCH] Baker: fix documentation typo --- src/proto_alpha/lib_client/client_proto_args.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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