From d7e9e2ef9ea85dfea2309454c4776333a80f5b15 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 27 Jan 2023 13:45:47 +0300 Subject: [PATCH] [#1] Fix naming in FrostFS Lens help output Signed-off-by: Alex Vanin --- cmd/frostfs-lens/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/frostfs-lens/root.go b/cmd/frostfs-lens/root.go index c7f4b6a3..c846fa0c 100644 --- a/cmd/frostfs-lens/root.go +++ b/cmd/frostfs-lens/root.go @@ -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, }