aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Main.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 3bd8d82..c35d827 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -553,6 +553,10 @@ perCommitArg =
O.switch
( O.long "per-commit"
-- REVIEW Maybe a short variant would be nice, e.g. '-c'.
+ --
+ -- REVIEW Sure!, but I don't want to block on this, and I don't think this warrants a tracking issue.
+ --
+ -- RESOLVED
<> O.help "Review commits individually. (Default: review combined patches)"
)