diff options
Diffstat (limited to 'Command/List.hs')
-rw-r--r-- | Command/List.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Command/List.hs b/Command/List.hs index bc4e3edec..b9b3a376c 100644 --- a/Command/List.hs +++ b/Command/List.hs @@ -24,8 +24,9 @@ import qualified Annex import Git.Types (RemoteName) cmd :: [Command] -cmd = [noCommit $ withOptions [allrepos] $ command "list" paramPaths seek - SectionQuery "show which remotes contain files"] +cmd = [noCommit $ withOptions (allrepos : annexedMatchingOptions) $ + command "list" paramPaths seek + SectionQuery "show which remotes contain files"] allrepos :: Option allrepos = flagOption [] "allrepos" "show all repositories, not only remotes" |