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"
|
paramKey = "KEY"
|
||||||
paramDesc :: String
|
paramDesc :: String
|
||||||
paramDesc = "DESC"
|
paramDesc = "DESC"
|
||||||
|
paramUrl :: String
|
||||||
|
paramUrl = "URL"
|
||||||
paramNumber :: String
|
paramNumber :: String
|
||||||
paramNumber = "NUMBER"
|
paramNumber = "NUMBER"
|
||||||
paramRemote :: String
|
paramRemote :: String
|
||||||
|
|
|
@ -28,7 +28,8 @@ import Utility.Path
|
||||||
import Utility.Conditional
|
import Utility.Conditional
|
||||||
|
|
||||||
command :: [Command]
|
command :: [Command]
|
||||||
command = [repoCommand "addurl" paramPath seek "add urls to annex"]
|
command = [repoCommand "addurl" (paramRepeating $ paramUrl) seek
|
||||||
|
"add urls to annex"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
seek = [withStrings start]
|
seek = [withStrings start]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue