[#886] cli: Fix RPC flags for control service

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/fyrchik/container-alias-fee
Alex Vanin 2021-10-08 16:42:40 +03:00 committed by Alex Vanin
parent dd678cd976
commit 0126f18531
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ var controlCmd = &cobra.Command{
Use: "control",
Short: "Operations with storage node",
Long: `Operations with storage node`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
bindCommonFlags(cmd)
},
}
var healthCheckCmd = &cobra.Command{