Skip to content

Commit

Permalink
use both long form switches in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 1, 2023
1 parent db38edd commit 740797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/varsetsApply.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func runVarsetsApply(name string) {
}

if workspace == "" && workspaceFilter == "" {
errLog.Fatalln("Either -w or --workspace-filter must be specified.")
errLog.Fatalln("Either --workspace or --workspace-filter must be specified.")
}

var workspaceNames map[string]string
Expand Down

0 comments on commit 740797f

Please sign in to comment.