diff --git a/br/cmd/br/stream.go b/br/cmd/br/stream.go index bc0f389622..4d4130a456 100644 --- a/br/cmd/br/stream.go +++ b/br/cmd/br/stream.go @@ -57,7 +57,7 @@ func NewStreamCommand() *cobra.Command { command.Root().HelpFunc()(command, strings) }) - command.Hidden = true + command.Hidden = false return command }