Hide trust flag

This commit is contained in:
Ethan Frey 2017-07-29 17:41:13 -04:00
parent 4652779a3d
commit 75181a78c3
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}