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 601b3fcc9..39a762c06 100644 --- a/Command/Describe.hs +++ b/Command/Describe.hs @@ -12,8 +12,8 @@ import Command import qualified Remote import Logs.UUID -def :: [Command] -def = [command "describe" (paramPair paramRemote paramDesc) seek +cmd :: [Command] +cmd = [command "describe" (paramPair paramRemote paramDesc) seek SectionSetup "change description of a repository"] seek :: CommandSeek |