[#1555] neofs-adm: Remove trailing dots from help messages

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-06-28 09:03:52 +03:00 committed by fyrchik
parent b41658db04
commit ad81b6c90a
4 changed files with 24 additions and 24 deletions

View file

@ -48,7 +48,7 @@ const (
// RootCmd is a root command of config section.
var RootCmd = &cobra.Command{
Use: "storage-config [-w wallet] [-a acccount] [<path-to-config>]",
Short: "Section for storage node configuration commands.",
Short: "Section for storage node configuration commands",
Run: storageConfig,
}