revert arg message

pull/18625/head
absolutelightning 2023-08-31 15:15:53 +05:30
parent 8805feb78d
commit 99443a2765
1 changed files with 1 additions and 1 deletions

View File

@ -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
}