This commit is contained in:
Julian Laubstein 2020-03-08 16:39:14 +01:00 committed by GitHub
parent 19c20f7c00
commit 444bce2471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ impl<'b, 'c, 'z> Validator<'b, 'c, 'z> {
if v.contains(&name) {
return Err(Error::argument_conflict(
a,
Some(a.to_string()),
Some(name.to_string()),
&*usg,
self.p.app.color(),
));