summaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index 3dd449329..06bdf4ad5 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -14,8 +14,7 @@ import Logs.UUID
import Init
command :: [Command]
-command = [standaloneCommand "init" paramDesc seek
- "initialize git-annex"]
+command = [Command "init" paramDesc needsNothing seek "initialize git-annex"]
seek :: [CommandSeek]
seek = [withWords start]