From 195bd4ae6526d9863d2cd561515995119d79ffe2 Mon Sep 17 00:00:00 2001 From: Jay Namsayin <31609693+jim380@users.noreply.github.com> Date: Thu, 8 Feb 2024 00:11:29 -0800 Subject: [PATCH] docs(client/v2): remove duplicate `GetTxCmd` mention (#19378) Co-authored-by: Julien Robert --- client/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v2/README.md b/client/v2/README.md index 3e94e2c462..895f0a1c5c 100644 --- a/client/v2/README.md +++ b/client/v2/README.md @@ -197,7 +197,7 @@ In order to enable this behavior, set in `AutoCLIOptions()` the `EnhanceCustomCo https://github.com/cosmos/cosmos-sdk/blob/fa4d87ef7e6d87aaccc94c337ffd2fe90fcb7a9d/x/gov/autocli.go#L98 ``` -If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetTxCmd()` are defined). +If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetQueryCmd()` are defined). ### Use AutoCLI for non module commands