[#1103] neofs-cli: mention IR in healthcheck help message

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-26 10:57:24 +03:00 committed by LeL
parent 5c2b2e137d
commit dbb04d78b9

View file

@ -33,8 +33,8 @@ var controlCmd = &cobra.Command{
var healthCheckCmd = &cobra.Command{
Use: "healthcheck",
Short: "Health check of the storage node",
Long: "Health check of the storage node",
Short: "Health check of the NeoFS node",
Long: "Health check of the NeoFS node. Checks storage node by default, use --ir flag to work with Inner Ring.",
Run: healthCheck,
}