aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index ead08c2..950c9de 100644
--- a/common.h
+++ b/common.h
@@ -80,7 +80,7 @@ static int val_parse(char *in, struct val *o)
}
if (i != required_vars)
{
- fprintf(stderr, "Invalid Vec3D: %s. Example: -1,1,1.\n", in);
+ fprintf(stderr, "Invalid value: %s.\n", in);
return 64;
}
return 0;