diff options
Diffstat (limited to 'Command/Import.hs')
-rw-r--r-- | Command/Import.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Import.hs b/Command/Import.hs index c8acbee04..b20e63853 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -16,8 +16,8 @@ import Backend import Remote import Types.KeySource -def :: [Command] -def = [withOptions opts $ notBareRepo $ command "import" paramPaths seek +cmd :: [Command] +cmd = [withOptions opts $ notBareRepo $ command "import" paramPaths seek SectionCommon "move and add files from outside git working copy"] opts :: [Option] |