Skip to content

Commit 44fd5ca

Browse files
author
Benjamin Muskalla
authored
Mention linked sourcemap support in cli help (#2982)
1 parent 6729d46 commit 44fd5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/cli_impl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func parseOptionsImpl(
330330
default:
331331
return parseOptionsExtras{}, cli_helpers.MakeErrorWithNote(
332332
fmt.Sprintf("Invalid value %q in %q", value, arg),
333-
"Valid values are \"inline\", \"external\", or \"both\".",
333+
"Valid values are \"linked\", \"inline\", \"external\", or \"both\".",
334334
)
335335
}
336336
if buildOpts != nil {

0 commit comments

Comments
 (0)