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:
parent
bd35c00637
commit
188f1b3dc6
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in a new issue