[#1] Fix naming in FrostFS Lens help output

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/38/head
Alexey Vanin 2023-01-27 13:45:47 +03:00 committed by fyrchik
parent d31d8c5335
commit d7e9e2ef9e
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ import (
var command = &cobra.Command{
Use: "frostfs-lens",
Short: "NeoFS Storage Engine Lens",
Long: `NeoFS Storage Engine Lens provides tools to browse the contents of the NeoFS storage engine.`,
Short: "FrostFS Storage Engine Lens",
Long: `FrostFS Storage Engine Lens provides tools to browse the contents of the FrostFS storage engine.`,
RunE: entryPoint,
SilenceUsage: true,
}