diff options
Diffstat (limited to 'Command/Semitrust.hs')
-rw-r--r-- | Command/Semitrust.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index 4f61531ff..f8c306213 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -12,8 +12,8 @@ import Command import qualified Remote import Logs.Trust -command :: [Command] -command = [Command "semitrust" (paramRepeating paramRemote) defaultChecks seek +def :: [Command] +def = [command "semitrust" (paramRepeating paramRemote) seek "return repository to default trust level"] seek :: [CommandSeek] |