rename remotes to list
This commit is contained in:
parent
0831a22c25
commit
f4e8b70bba
4 changed files with 6 additions and 6 deletions
|
@ -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]
|
Loading…
Add table
Add a link
Reference in a new issue