Skip to content

Commit

Permalink
fix: typo in flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Feb 20, 2024
1 parent 4c66a4d commit b509326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-phi-normalizer/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ instance ParseFields CLINamedParams where
<$> parseFields (Just "Print out steps of reduction") (Just "chain") (Just 'c') Nothing
<*> parseFields (Just "Path to the Yaml file with custom rules") (Just "rules-yaml") Nothing Nothing
<*> parseFields (Just "Output file path (defaults to stdout)") (Just "output") (Just 'o') Nothing
<*> parseFields (Just "Print a single normlized expression") (Just "single") (Just 's') Nothing
<*> parseFields (Just "Print a single normalized expression") (Just "single") (Just 's') Nothing

data CLIOptions = CLIOptions CLINamedParams (Maybe FilePath)
deriving (Generic, Show, ParseRecord)
Expand Down

0 comments on commit b509326

Please sign in to comment.