dropkey --json

This commit is contained in:
Joey Hess 2016-03-06 12:58:36 -04:00
parent acf74ae945
commit a07fd19ce9
Failed to extract signature
3 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import Logs.Location
import Annex.Content
cmd :: Command
cmd = noCommit $
cmd = noCommit $ withGlobalOptions [jsonOption] $
command "dropkey" SectionPlumbing
"drops annexed content for specified keys"
(paramRepeating paramKey)