[#1] Fix naming in FrostFS Adm help output

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-01-27 13:47:14 +03:00 committed by fyrchik
parent d7e9e2ef9e
commit 5d64a354cb
4 changed files with 28 additions and 28 deletions

View file

@ -16,9 +16,9 @@ import (
var (
rootCmd = &cobra.Command{
Use: "frostfs-adm",
Short: "NeoFS Administrative Tool",
Long: `NeoFS Administrative Tool provides functions to setup and
manage NeoFS network deployment.`,
Short: "FrostFS Administrative Tool",
Long: `FrostFS Administrative Tool provides functions to setup and
manage FrostFS network deployment.`,
RunE: entryPoint,
SilenceUsage: true,
}