cli: fix license get command help Synopsis text.

This commit is contained in:
James Rasell
2020-06-23 18:47:39 +02:00
parent 7ffea86845
commit 74db43ce49

View File

@@ -21,7 +21,7 @@ General Options:
}
func (c *LicenseGetCommand) Synopsis() string {
return "Install a new Nomad Enterprise License"
return "Retrieve the current Nomad Enterprise License"
}
func (c *LicenseGetCommand) Name() string { return "license get" }