summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index a383d567b..4756cda5d 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -53,7 +53,7 @@ optParser _ = UnusedOptions
<> help "remote to check for unused content"
))
<*> optional (option (eitherReader parseRefSpec)
- ( long "unused-refspec" <> metavar paramRefSpec
+ ( long "used-refspec" <> metavar paramRefSpec
<> help "refs to consider used (default: all branches)"
))