mirror of https://github.com/hashicorp/consul
revert arg message
parent
8805feb78d
commit
99443a2765
|
@ -64,7 +64,7 @@ func (c *cmd) Run(args []string) int {
|
|||
case 1:
|
||||
file = args[0]
|
||||
default:
|
||||
c.UI.Error(fmt.Sprintf("Too many arguments (expected 1 or 3, got %d)", len(args)))
|
||||
c.UI.Error(fmt.Sprintf("Too many arguments (expected 1, got %d)", len(args)))
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue