1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Remove extra arguments.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2006-09-16 07:47:57 +00:00
parent e7f2ec5364
commit dec53cdd32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162345

View File

@ -132,8 +132,7 @@ g_eli_ctl_attach(struct gctl_req *req, struct g_class *mp)
if (*detach && *readonly) {
bzero(&md, sizeof(md));
gctl_error(req, "Options -d and -r are mutually exclusive.",
pp->name, error);
gctl_error(req, "Options -d and -r are mutually exclusive.");
return;
}
if (*detach)