diff --git a/builtin/config.c b/builtin/config.c index e23aef5054..288ebdfdaa 100644 --- a/builtin/config.c +++ b/builtin/config.c @@ -1012,7 +1012,7 @@ static int cmd_config_set(int argc, const char **argv, const char *prefix, argv[0], comment, value); if (ret == CONFIG_NOTHING_SET) error(_("cannot overwrite multiple values with a single value\n" - " Use a regexp, --add or --replace-all to change %s."), argv[0]); + " Use --value=, --append or --all to change %s."), argv[0]); } location_options_release(&location_opts);