cli: add options to help string for acl policy info (#20138)

Fixes: https://github.com/hashicorp/nomad/issues/20117
This commit is contained in:
Tim Gross
2024-03-15 08:44:50 -04:00
committed by GitHub
parent ff72248c86
commit db195726a5

View File

@@ -16,7 +16,7 @@ type ACLPolicyInfoCommand struct {
func (c *ACLPolicyInfoCommand) Help() string {
helpText := `
Usage: nomad acl policy info <name>
Usage: nomad acl policy info [options] <name>
Info is used to fetch information on an existing ACL policy.