summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Antoine Beaupré <anarcat@koumbit.org>2013-09-19 14:16:28 -0400
committerGravatar Antoine Beaupré <anarcat@koumbit.org>2013-09-19 14:16:55 -0400
commitdcd29f4cf57d8bf3bc84bd3368b1e5e09ed8d85e (patch)
tree58eef8b88986f2f22f5dcc679a41c01f8554ff79 /Command
parentb75aa5d1d0848ae54d6e85ada1b8247946afa5cc (diff)
rename remotes to list
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]