use "param" not "field" to match man pages

This commit is contained in:
Joey Hess 2020-01-15 14:07:05 -04:00
parent fa28b51206
commit 1d711c4378
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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