DORMANTno replies

[PATCH] builtin/config.c: separate message and value by colon in error messages

From: Ralf Thielow <hidden>
Date: 2018-08-03 16:50:42
Subsystem: the rest · Maintainer: Linus Torvalds

The error message and the value that caused that error should be
separated by a colon.

Signed-off-by: Ralf Thielow <redacted>
---
 builtin/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/config.c b/builtin/config.c
index 2c93a289a7..862f870b58 100644
--- a/builtin/config.c
+++ b/builtin/config.c
@@ -98,7 +98,7 @@ static int option_parse_type(const struct option *opt, const char *arg,
 		else if (!strcmp(arg, "color"))
 			new_type = TYPE_COLOR;
 		else
-			die(_("unrecognized --type argument, %s"), arg);
+			die(_("unrecognized --type argument: %s"), arg);
 	}
 
 	to_type = opt->value;
-- 
2.18.0.203.gfac676dfb9
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help