Skip to content

Commit

Permalink
cli: fix doc strings for var get command (#14697)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Sep 26, 2022
1 parent fd7337c commit 5457239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/var_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ General Options:
` + generalOptionsUsage(usageOptsDefault) + `
Read Options:
Get Options:
-item <item key>
Print only the value of the given item. Specifying this option will
Expand Down Expand Up @@ -67,7 +67,7 @@ func (c *VarGetCommand) Synopsis() string {
return "Read a variable"
}

func (c *VarGetCommand) Name() string { return "var read" }
func (c *VarGetCommand) Name() string { return "var get" }

func (c *VarGetCommand) Run(args []string) int {
var out, item string
Expand Down

0 comments on commit 5457239

Please sign in to comment.