summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/List.hs (renamed from Command/Remotes.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Remotes.hs b/Command/List.hs
index f9ae9b3cd..61f77f7f3 100644
--- a/Command/Remotes.hs
+++ b/Command/List.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-module Command.Remotes where
+module Command.List where
import qualified Data.Set as S
@@ -16,7 +16,7 @@ import Logs.Trust
import Annex.UUID
def :: [Command]
-def = [noCommit $ command "remotes" paramPaths seek
+def = [noCommit $ command "list" paramPaths seek
SectionQuery "show which remotes contain files"]
seek :: [CommandSeek]