Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jul 30, 2024
1 parent 5ed563c commit fea9cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func InitDumpCmd(cmd *cobra.Command) {
}

func InitLocalDumpCmd(cmd *cobra.Command) {
cmd.Flags().Bool("no-compress", false, "Enable compression for the dumped data (generates a tar.gz file)")
cmd.Flags().Bool("no-compress", false, "Disable compression for the dumped data (generates a directory)")
viper.BindPFlag(config.CollectorFileArchiveNoCompress, cmd.Flags().Lookup("no-compress")) //nolint: errcheck
}

Expand Down

0 comments on commit fea9cc4

Please sign in to comment.