[#1] Fix naming in FrostFS CLI help output

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-01-27 13:44:39 +03:00 committed by fyrchik
parent 406ff1360f
commit d31d8c5335
18 changed files with 35 additions and 35 deletions

View file

@ -13,8 +13,8 @@ import (
var sgListCmd = &cobra.Command{
Use: "list",
Short: "List storage groups in NeoFS container",
Long: "List storage groups in NeoFS container",
Short: "List storage groups in FrostFS container",
Long: "List storage groups in FrostFS container",
Run: listSG,
}