Skip to content

Commit 1f348fd

Browse files
authored
Update pkg/api/write_stdout.go
1 parent 349a700 commit 1f348fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/write_stdout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package api
22

33
type WriteStdout struct {
4-
Format string `yaml:"format,omitempty" json:"format,omitempty" doc:"the format of each line: printf (default), fields or json"`
4+
Format string `yaml:"format,omitempty" json:"format,omitempty" doc:"the format of each line: printf (default - writes using golang's default map printing), fields (writes one key and value field per line) or json"`
55
}

0 commit comments

Comments
 (0)