diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:04:16 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-14 07:07:45 +0100 |
commit | 1ed90c7eb2e01dac6604608795d2c0756f1e9f4d (patch) | |
tree | 88d95fbf8429c84f2756dbc8d3d2397d4991f12b | |
parent | e0ffe3e85faf4a52fbacf56edc6067c44773a8b1 (diff) |
chore: format Main.hs
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index d49f627..3bd8d82 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -552,7 +552,7 @@ perCommitArg :: O.Parser Bool perCommitArg = O.switch ( O.long "per-commit" --- REVIEW Maybe a short variant would be nice, e.g. '-c'. + -- REVIEW Maybe a short variant would be nice, e.g. '-c'. <> O.help "Review commits individually. (Default: review combined patches)" ) |