diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-25 18:33:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-25 18:33:59 -0400 |
commit | 3b6b9ab4e1cbe3e174418e032795a598ab11fb8e (patch) | |
tree | c224a190bc9abd3205fc8a69796663ea0a9c4245 | |
parent | d0a9cdadafca1ee0da100a993b23e8a063f86bf8 (diff) |
typo
-rw-r--r-- | Commands.hs | 2 |
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") ] |