diff options
Diffstat (limited to 'Command/Describe.hs')
-rw-r--r-- | Command/Describe.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Describe.hs b/Command/Describe.hs index cd5da302e..882a0e1bb 100644 --- a/Command/Describe.hs +++ b/Command/Describe.hs @@ -12,8 +12,8 @@ import Command import qualified Remote import Logs.UUID -command :: [Command] -command = [Command "describe" (paramPair paramRemote paramDesc) defaultChecks seek +def :: [Command] +def = [command "describe" (paramPair paramRemote paramDesc) seek "change description of a repository"] seek :: [CommandSeek] |