From 4be5cbd43e41b0618b21157a9ddc67bfe04ac561 Mon Sep 17 00:00:00 2001 From: "Øyvind A. Holm" Date: Tue, 8 Sep 2015 14:29:25 +0200 Subject: Command/Unused.hs: Change --unused-refspec back to --used-refspec Fix typo in commit aa96e9c ("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. --- Command/Unused.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" )) -- cgit v1.2.3