Commit 6c290ee3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp
parents dd74a963 3ef111cd
......@@ -182,7 +182,7 @@ vsl_m_arg(const struct VSM_data *vd, const char *opt)
CHECK_OBJ_NOTNULL(vd, VSM_MAGIC);
if (!strchr(opt, ':')) {
fprintf(stderr, "No : found in -o option %s\n", opt);
fprintf(stderr, "No : found in -m option %s\n", opt);
return (-1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment