summaryrefslogtreecommitdiff
path: root/Command/RemoteDaemon.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/RemoteDaemon.hs')
-rw-r--r--Command/RemoteDaemon.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/RemoteDaemon.hs b/Command/RemoteDaemon.hs
index 2e3d62555..fdd938613 100644
--- a/Command/RemoteDaemon.hs
+++ b/Command/RemoteDaemon.hs
@@ -11,9 +11,9 @@ import Common.Annex
import Command
import RemoteDaemon.Core
-cmd :: [Command]
-cmd = [noCommit $ command "remotedaemon" paramNothing seek SectionPlumbing
- "detects when remotes have changed, and fetches from them"]
+cmd :: Command
+cmd = noCommit $ command "remotedaemon" paramNothing seek SectionPlumbing
+ "detects when remotes have changed, and fetches from them"
seek :: CommandSeek
seek = withNothing start