summaryrefslogtreecommitdiff
path: root/Command/Log.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Log.hs')
-rw-r--r--Command/Log.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Log.hs b/Command/Log.hs
index 495c43c5a..3d618360d 100644
--- a/Command/Log.hs
+++ b/Command/Log.hs
@@ -38,9 +38,9 @@ data RefChange = RefChange
type Outputter = Bool -> POSIXTime -> [UUID] -> Annex ()
-cmd :: [Command]
-cmd = [withOptions options $
- command "log" paramPaths seek SectionQuery "shows location log"]
+cmd :: Command
+cmd = withOptions options $
+ command "log" paramPaths seek SectionQuery "shows location log"
options :: [Option]
options = passthruOptions ++ [gourceOption] ++ annexedMatchingOptions