diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index bed31c0..2729511 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -516,6 +516,7 @@ perCommitArg :: O.Parser Bool perCommitArg = O.switch ( O.long "per-commit" +-- REVIEW Maybe a short variant would be nice, e.g. '-c'. <> O.help "Review commits individually. (Default: review combined patches)" ) |