| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -82,7 +82,7 @@ func (t *TabularPrinterFactory) AddFlags(cmd *cobra.Command) { | |||
| 82 | 82 | cmd.PersistentFlags().BoolVar(&t.HeaderAsComment, "headers-as-comments", t.HeaderAsComment, "Print headers "+ | |
| 83 | 83 | "as comments in CSV tabular output.") | |
| 84 | 84 | ||
| 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 "+ | ||
| 86 | 86 | "the content of the output table will be generated by a json path expression matching the headers.")) | |
| 87 | 87 | } | |
| 88 | 88 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments