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

Signed-off-by: Ralf Thielow <ralf.thie...@gmail.com>
---
 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

Reply via email to