diff options
author | 2013-01-05 17:16:58 -0400 | |
---|---|---|
committer | 2013-01-05 17:17:04 -0400 | |
commit | ed66c698e62ac72a4db60a60365e52a18c3caae3 (patch) | |
tree | 1e7b05ae8ef8be8e1b42d475662e8ab35bd00e87 /Command/Drop.hs | |
parent | a5031031f0d596b2381a785925beb574d90a862e (diff) |
More commands work in direct mode repositories: find, whereis, move, copy, drop, log.
These started working, for free, once lookupFile supported direct mode.
yay!!
Diffstat (limited to 'Command/Drop.hs')
-rw-r--r-- | Command/Drop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Drop.hs b/Command/Drop.hs index cb38275bf..3a30703d5 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -20,7 +20,7 @@ import qualified Option import Annex.Wanted def :: [Command] -def = [notDirect $ withOptions [fromOption] $ command "drop" paramPaths seek +def = [withOptions [fromOption] $ command "drop" paramPaths seek "indicate content of files not currently wanted"] fromOption :: Option |