changeset 197:f5981d0ee2b4

fix typo in error message; noted by Joerg
author David A. Holland
date Sat, 05 Dec 2015 18:07:58 -0500
parents acdb5701123e
children 4158b974e23f
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Fri Jun 12 22:04:12 2015 -0400
+++ b/main.c	Sat Dec 05 18:07:58 2015 -0500
@@ -167,7 +167,7 @@
 commandline_undef(const struct place *p, char *str)
 {
 	if (*str == '\0') {
-		complain(NULL, "-D: macro name expected");
+		complain(NULL, "-U: macro name expected");
 		die();
 	}
 	commandline_macro_add(p, str, p, NULL);