Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthall committed Jan 21, 2025
1 parent 41aca46 commit fddb753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/servicelog/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (o *PostCmdOptions) parseUserParameters() {

// parseOverides parses all the '-o FOO=BAR' overrides which replace items in the final JSON document
func (o *PostCmdOptions) parseOverrides() (map[string]string, error) {
usageMessageError := errors.New("wrong syntax of '-r' flag. please use it like this: '-o FOO=BAR'")
usageMessageError := errors.New("wrong syntax of '-r' flag. please use it like this: '-r FOO=BAR'")
overrideMap := make(map[string]string)

for _, v := range o.Overrides {
Expand Down

0 comments on commit fddb753

Please sign in to comment.