fix synopsis
This commit is contained in:
parent
59fe0b29a6
commit
5c96411314
2 changed files with 4 additions and 1 deletions
|
@ -221,6 +221,8 @@ paramKey :: String
|
|||
paramKey = "KEY"
|
||||
paramDesc :: String
|
||||
paramDesc = "DESC"
|
||||
paramUrl :: String
|
||||
paramUrl = "URL"
|
||||
paramNumber :: String
|
||||
paramNumber = "NUMBER"
|
||||
paramRemote :: String
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue