Skip to content

Commit

Permalink
Mention linked sourcemap support in cli help (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Muskalla authored Mar 11, 2023
1 parent 6729d46 commit 44fd5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cli_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func parseOptionsImpl(
default:
return parseOptionsExtras{}, cli_helpers.MakeErrorWithNote(
fmt.Sprintf("Invalid value %q in %q", value, arg),
"Valid values are \"inline\", \"external\", or \"both\".",
"Valid values are \"linked\", \"inline\", \"external\", or \"both\".",
)
}
if buildOpts != nil {
Expand Down

0 comments on commit 44fd5ca

Please sign in to comment.