summaryrefslogtreecommitdiff
path: root/Command/FindRef.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/FindRef.hs')
-rw-r--r--Command/FindRef.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/FindRef.hs b/Command/FindRef.hs
index 26007f7c0..a552e64e4 100644
--- a/Command/FindRef.hs
+++ b/Command/FindRef.hs
@@ -10,8 +10,8 @@ module Command.FindRef where
import Command
import qualified Command.Find as Find
-def :: [Command]
-def = [Find.mkCommand $ command "findref" paramRef seek SectionPlumbing
+cmd :: [Command]
+cmd = [Find.mkCommand $ command "findref" paramRef seek SectionPlumbing
"lists files in a git ref"]
seek :: CommandSeek