aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs2
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)"
)