Skip to content

Commit

Permalink
[temporary] Clarify option description
Browse files Browse the repository at this point in the history
  • Loading branch information
aeqz committed Jan 20, 2023
1 parent 4828580 commit 6614033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Xrefcheck/CLI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ optionsParser = do
[ flag' (Just WithColors) $
long "color" <>
help "Enable ANSI coloring of output. \
\This is enabled by default when `CI` env var is set to true."
\When `CI` env var is set to true or the command output corresponds to a terminal, \
\this option will be enabled by default."
, flag' (Just WithoutColors) $
long "no-color" <>
help "Disable ANSI coloring of output."
Expand Down

0 comments on commit 6614033

Please sign in to comment.