This commit is contained in:
Joey Hess 2022-10-07 12:30:07 -04:00
parent e9a1f3f351
commit 85dbc21c1c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 2 deletions

View file

@ -60,8 +60,8 @@ paramNumRange :: String
paramNumRange = "NUM|RANGE" paramNumRange = "NUM|RANGE"
paramRemote :: String paramRemote :: String
paramRemote = "REMOTE" paramRemote = "REMOTE"
paramRemote :: String paramRepository :: String
paramRemote = "REPOSITORY" paramRepository = "REPOSITORY"
paramField :: String paramField :: String
paramField = "FIELD" paramField = "FIELD"
paramGlob :: String paramGlob :: String

View file

@ -23,3 +23,5 @@ CmdLine/Usage.hs:64:1: error:
``` ```
on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case. on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case.
> [[fixed|done]] --[[Joey]]