fix synopsis

This commit is contained in:
Joey Hess 2011-09-15 12:36:27 -04:00
parent 59fe0b29a6
commit 5c96411314
2 changed files with 4 additions and 1 deletions

View file

@ -221,6 +221,8 @@ paramKey :: String
paramKey = "KEY"
paramDesc :: String
paramDesc = "DESC"
paramUrl :: String
paramUrl = "URL"
paramNumber :: String
paramNumber = "NUMBER"
paramRemote :: String

View file

@ -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]