summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 2b8da585e..78e1ab32c 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -88,7 +88,7 @@ subCmds = [
"fix up files' symlinks to point to annexed content")
, (Command "fromkey" fromKeyStart FilesMissing
"adds a file using a specific key")
- , (Command "dropkey" fromKeyStart Keys
+ , (Command "dropkey" dropKeyStart Keys
"drops cached content for specified keys")
]