diff options
Diffstat (limited to 'Command/RemoteDaemon.hs')
-rw-r--r-- | Command/RemoteDaemon.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/RemoteDaemon.hs b/Command/RemoteDaemon.hs index 61c3a7d84..9f4cc884d 100644 --- a/Command/RemoteDaemon.hs +++ b/Command/RemoteDaemon.hs @@ -11,8 +11,8 @@ import Common.Annex import Command import RemoteDaemon.Core -def :: [Command] -def = [noCommit $ command "remotedaemon" paramNothing seek SectionPlumbing +cmd :: [Command] +cmd = [noCommit $ command "remotedaemon" paramNothing seek SectionPlumbing "detects when remotes have changed, and fetches from them"] seek :: CommandSeek |