cmd/storagenode: Don't abbreviate multinode in help
Don't abbreviate multinode in the command help message because there isn't a need for it and the abbreviation isn't clear at all. Change-Id: I7a1f2be6ae1f7d4b287c18c48b22c630549b731f
This commit is contained in:
parent
ebd463b57c
commit
66f12992b0
@ -90,7 +90,7 @@ var (
|
||||
}
|
||||
issueAPITokenCmd = &cobra.Command{
|
||||
Use: "issue-apikey",
|
||||
Short: "Issue apikey for mnd",
|
||||
Short: "Issue apikey for multinode",
|
||||
RunE: cmdIssue,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user