diff --git a/client/commands/proofs/root.go b/client/commands/proofs/root.go index 9a1f50d272..b833f3da4a 100644 --- a/client/commands/proofs/root.go +++ b/client/commands/proofs/root.go @@ -26,4 +26,5 @@ func init() { RootCmd.PersistentFlags().Int(FlagHeight, 0, "Height to query (skip to use latest block)") RootCmd.PersistentFlags().Bool(commands.FlagTrustNode, false, "DANGEROUS: blindly trust all results from the server") + RootCmd.PersistentFlags().MarkHidden(commands.FlagTrustNode) }