diff options
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index 27049fc67..2267bd941 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -17,8 +17,8 @@ import Logs.Trust import Annex.Content import Config -command :: [Command] -command = [Command "drop" paramPaths (noTo >> needsRepo) seek +def :: [Command] +def = [dontCheck fromOpt $ command "drop" paramPaths seek "indicate content of files not currently wanted"] seek :: [CommandSeek] |