diff options
Diffstat (limited to 'Command/SetKey.hs')
-rw-r--r-- | Command/SetKey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/SetKey.hs b/Command/SetKey.hs index a60f53997..9c31abb08 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -12,8 +12,8 @@ import Command import Logs.Location import Annex.Content -command :: [Command] -command = [Command "setkey" paramPath defaultChecks seek +def :: [Command] +def = [command "setkey" paramPath seek "sets annexed content for a key using a temp file"] seek :: [CommandSeek] |