use "param" not "field" to match man pages
This commit is contained in:
parent
fa28b51206
commit
1d711c4378
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ parseRemoteConfig c rpc =
|
|||
(remoteConfigRestPassthrough rpc . fst)
|
||||
(M.toList c')
|
||||
in if not (null leftovers)
|
||||
then Left $ "Unexpected fields: " ++
|
||||
then Left $ "Unexpected parameters: " ++
|
||||
unwords (map (fromProposedAccepted . fst) leftovers)
|
||||
else Right $ M.fromList $
|
||||
l ++ map (uncurry passthrough) passover
|
||||
|
|
Loading…
Reference in a new issue