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:
Ivan Fraixedes 2022-07-05 19:29:12 +02:00
parent ebd463b57c
commit 66f12992b0
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -90,7 +90,7 @@ var (
}
issueAPITokenCmd = &cobra.Command{
Use: "issue-apikey",
Short: "Issue apikey for mnd",
Short: "Issue apikey for multinode",
RunE: cmdIssue,
}