diff --git a/command/license_get.go b/command/license_get.go index bf326462c..8087d584f 100644 --- a/command/license_get.go +++ b/command/license_get.go @@ -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" }