summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-02 00:53:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-02 00:53:00 -0400
commitd1f49b0ad032f13adc39d963cc8ceca28215b1d5 (patch)
tree928b469a98f90113822e0300f4c52bd41c6a4863 /GitAnnex.hs
parent2d2bfe9809f8d8d5862bc12fbe40c2e25b2405a3 (diff)
add fields to git-annex-shell
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 8dba5a3a7..bf1f27bfd 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -143,4 +143,4 @@ header :: String
header = "Usage: git-annex command [option ..]"
run :: [String] -> IO ()
-run args = dispatch True args cmds options header Git.CurrentRepo.get
+run args = dispatch True args cmds options [] header Git.CurrentRepo.get