From 1ff66f71ec2d0341ed2e1edd0544a1678be41a5a Mon Sep 17 00:00:00 2001 From: Ding Xiang Fei Date: Mon, 27 Jun 2022 09:48:22 +0200 Subject: [PATCH] Proto: conform to the CLI standard --- .../lib_client_commands/client_proto_programs_commands.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_client_commands/client_proto_programs_commands.ml b/src/proto_alpha/lib_client_commands/client_proto_programs_commands.ml index 1f12d3a964e8..e672752018aa 100644 --- a/src/proto_alpha/lib_client_commands/client_proto_programs_commands.ml +++ b/src/proto_alpha/lib_client_commands/client_proto_programs_commands.ml @@ -1053,7 +1053,7 @@ let commands () = ~group ~desc:"Compute the event address associated with a tag and a data type." no_options - (prefixes ["get"; "event"; "address"] + (prefixes ["get"; "event"; "address"; "for"; "type"] @@ param ~name:"type" ~desc:"the type of the event data" data_parameter @@ stop) (fun () ty cctxt -> -- GitLab