diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-15 12:36:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-15 12:36:27 -0400 |
commit | 5c96411314837db235b5cd1d412243806b83aa8a (patch) | |
tree | 355948650625d60511e202917973341fbdc50342 /Command/AddUrl.hs | |
parent | 59fe0b29a6f15a61276702e1594b9476e1363fd9 (diff) |
fix synopsis
Diffstat (limited to 'Command/AddUrl.hs')
-rw-r--r-- | Command/AddUrl.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index b4e3ad9bd..c78569ffc 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -28,7 +28,8 @@ import Utility.Path import Utility.Conditional command :: [Command] -command = [repoCommand "addurl" paramPath seek "add urls to annex"] +command = [repoCommand "addurl" (paramRepeating $ paramUrl) seek + "add urls to annex"] seek :: [CommandSeek] seek = [withStrings start] |