Command/Unused.hs: Change --unused-refspec back to --used-refspec

Fix typo in commit 160d4b9 ("convert Unused, and remove some dead code
for old style option parsing", 2015-07-10), the "git-annex unused
--used-refspec" option was incorrectly changed to --unused-refspec.
This commit is contained in:
Øyvind A. Holm 2015-09-08 14:29:25 +02:00 committed by Joey Hess
parent bd35c00637
commit 188f1b3dc6

View file

@ -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)"
))