FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(roxctl): add space to message (#15051) · stackrox/stackrox@089d532 · GitHub

Commit 089d532

Browse files
authored
fix(roxctl): add space to message (#15051)
1 parent fbbefe8 commit 089d532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎roxctl/common/printer/tabularprinter_factory.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (t *TabularPrinterFactory) AddFlags(cmd *cobra.Command) {
8282
cmd.PersistentFlags().BoolVar(&t.HeaderAsComment, "headers-as-comments", t.HeaderAsComment, "Print headers "+
8383
"as comments in CSV tabular output.")
8484

85-
utils.Must(cmd.PersistentFlags().MarkDeprecated("row-jsonpath-expressions", "Use only --headers instead and"+
85+
utils.Must(cmd.PersistentFlags().MarkDeprecated("row-jsonpath-expressions", "Use only --headers instead and "+
8686
"the content of the output table will be generated by a json path expression matching the headers."))
8787
}
8888

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL