rename remotes to list

This commit is contained in:
Antoine Beaupré 2013-09-19 14:16:28 -04:00
parent 0831a22c25
commit f4e8b70bba
4 changed files with 6 additions and 6 deletions

View file

@ -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]