Skip to content

Commit

Permalink
revert arg message
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Aug 31, 2023
1 parent 8805feb commit 99443a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/snapshot/save/snapshot_save.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 99443a2

Please sign in to comment.