forked from TrueCloudLab/frostfs-node
[#1555] neofs-adm: Remove trailing dots from help messages
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
b41658db04
commit
ad81b6c90a
4 changed files with 24 additions and 24 deletions
|
@ -10,12 +10,12 @@ var (
|
|||
// RootCmd is a root command of config section.
|
||||
RootCmd = &cobra.Command{
|
||||
Use: "config",
|
||||
Short: "Section for neofs-adm config related commands.",
|
||||
Short: "Section for neofs-adm config related commands",
|
||||
}
|
||||
|
||||
initCmd = &cobra.Command{
|
||||
Use: "init",
|
||||
Short: "Initialize basic neofs-adm configuration file.",
|
||||
Short: "Initialize basic neofs-adm configuration file",
|
||||
Example: `neofs-adm config init
|
||||
neofs-adm config init --path .config/neofs-adm.yml`,
|
||||
RunE: initConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue