diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 00:53:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 00:53:00 -0400 |
commit | d1f49b0ad032f13adc39d963cc8ceca28215b1d5 (patch) | |
tree | 928b469a98f90113822e0300f4c52bd41c6a4863 /GitAnnex.hs | |
parent | 2d2bfe9809f8d8d5862bc12fbe40c2e25b2405a3 (diff) |
add fields to git-annex-shell
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
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 |