aboutsummaryrefslogtreecommitdiff
path: root/Command/VAdd.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/VAdd.hs')
-rw-r--r--Command/VAdd.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/VAdd.hs b/Command/VAdd.hs
index e3726a051..33614ae59 100644
--- a/Command/VAdd.hs
+++ b/Command/VAdd.hs
@@ -12,8 +12,8 @@ import Command
import Annex.View
import Command.View (checkoutViewBranch)
-def :: [Command]
-def = [notBareRepo $ notDirect $ command "vadd" (paramRepeating "FIELD=GLOB")
+cmd :: [Command]
+cmd = [notBareRepo $ notDirect $ command "vadd" (paramRepeating "FIELD=GLOB")
seek SectionMetaData "add subdirs to current view"]
seek :: CommandSeek