diff options
Diffstat (limited to 'Command/Lock.hs')
-rw-r--r-- | Command/Lock.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Lock.hs b/Command/Lock.hs index 574e747c4..720169506 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -13,7 +13,8 @@ import qualified Annex.Queue import qualified Annex cmd :: [Command] -cmd = [notDirect $ command "lock" paramPaths seek SectionCommon +cmd = [notDirect $ withOptions annexedMatchingOptions $ + command "lock" paramPaths seek SectionCommon "undo unlock command"] seek :: CommandSeek |