From 05c975e7feccf01afab28d8df542d7b3ef909e79 Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Fri, 10 Feb 2017 16:51:09 -0500 Subject: [PATCH] comment update --- cmd/commands/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/query.go b/cmd/commands/query.go index d8fd980f2b..97eff67277 100644 --- a/cmd/commands/query.go +++ b/cmd/commands/query.go @@ -66,7 +66,7 @@ var ( } ) -// Register a subcommand of TxCmd to craft transactions for plugins +// Register a subcommand of QueryCmd for plugin specific query functionality func RegisterQuerySubcommand(cmd cli.Command) { QueryCmd.Subcommands = append(QueryCmd.Subcommands, cmd) }