aboutsummaryrefslogtreecommitdiff
path: root/Opts.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Opts.hs')
-rw-r--r--Opts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Opts.hs b/Opts.hs
index a32682f..7358951 100644
--- a/Opts.hs
+++ b/Opts.hs
@@ -225,7 +225,7 @@ cmdGitMerge = do
[ fmap Just . some
$ strArgument
$ metavar "UNMERGED"
- <> help "Unmerged git file (can be specified repeatedly)"
+ <> help "Unmerged file tracked by git (can be specified repeatedly)"
, flag'
Nothing
(long "unmerged"