Skip to content

Commit

Permalink
simplify name
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Nov 17, 2023
1 parent 17020cc commit 7809c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ const (
// This differs from FlagOutputDocument that is used to set the output file.
FlagOutput = "output"
// Logging flags
FlagLogLevel = "log_level"
FlagLogFormat = "log_format"
FlagLogNotColored = "log_not_colored"
FlagLogLevel = "log_level"
FlagLogFormat = "log_format"
FlagLogNoColor = "log_no_color"
)

// List of supported output formats
Expand Down

0 comments on commit 7809c4c

Please sign in to comment.