forked from TrueCloudLab/frostfs-node
[#1] Fix naming in FrostFS Lens help output
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
d31d8c5335
commit
d7e9e2ef9e
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue