Fix version output and help messages after rebranding #33

Merged
alexvanin merged 4 commits from fix/1-version-output into master 2023-01-31 08:24:51 +00:00
Showing only changes of commit 3131b1d784 - Show all commits

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,
}