diff options
Diffstat (limited to 'Command/Uninit.hs')
-rw-r--r-- | Command/Uninit.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs index 64c515464..c49cc4ba0 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -22,9 +22,10 @@ import System.IO.HVFS import System.IO.HVFS.Utils cmd :: Command -cmd = addCheck check $ command "uninit" paramPaths - SectionUtility "de-initialize git-annex and clean out repository" - (commandParser seek) +cmd = addCheck check $ + command "uninit" SectionUtility + "de-initialize git-annex and clean out repository" + paramPaths (withParams seek) check :: Annex () check = do |