diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-15 20:46:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-15 20:46:38 -0400 |
commit | ba0334116cd8811d49b96cd39dd83e565e0bedb7 (patch) | |
tree | 03b269a40b0b629a916f30665ccd1cf969f36589 /Command/DropKey.hs | |
parent | 9a9b4b840e81198b85db72920ac88748ae3e6b6d (diff) |
more descriptive name for oneshot
Diffstat (limited to 'Command/DropKey.hs')
-rw-r--r-- | Command/DropKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/DropKey.hs b/Command/DropKey.hs index d55c5e83a..c0d4f85cf 100644 --- a/Command/DropKey.hs +++ b/Command/DropKey.hs @@ -15,7 +15,7 @@ import Annex.Content import Types.Key def :: [Command] -def = [oneShot $ command "dropkey" (paramRepeating paramKey) seek +def = [noCommit $ command "dropkey" (paramRepeating paramKey) seek "drops annexed content for specified keys"] seek :: [CommandSeek] |