diff options
Diffstat (limited to 'Command/Init.hs')
-rw-r--r-- | Command/Init.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Init.hs b/Command/Init.hs index e8d9af167..b921c0657 100644 --- a/Command/Init.hs +++ b/Command/Init.hs @@ -11,8 +11,8 @@ import Common.Annex import Command import Annex.Init -def :: [Command] -def = [dontCheck repoExists $ +cmd :: [Command] +cmd = [dontCheck repoExists $ command "init" paramDesc seek SectionSetup "initialize git-annex"] seek :: CommandSeek |