git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix an incorrect reference to --set-all.
@ 2011-12-27  2:03 Jelmer Vernooij
  0 siblings, 0 replies; only message in thread
From: Jelmer Vernooij @ 2011-12-27  2:03 UTC (permalink / raw)
  To: git

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
---
 builtin/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin/config.c b/builtin/config.c
index 0315ad7..d35c06a 100644
--- a/builtin/config.c
+++ b/builtin/config.c
@@ -444,7 +444,7 @@ int cmd_config(int argc, const char **argv, const char *prefix)
 		ret = git_config_set(argv[0], value);
 		if (ret == CONFIG_NOTHING_SET)
 			error("cannot overwrite multiple values with a single value\n"
-			"       Use a regexp, --add or --set-all to change %s.", argv[0]);
+			"       Use a regexp, --add or --replace-all to change %s.", argv[0]);
 		return ret;
 	}
 	else if (actions == ACTION_SET_ALL) {
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-27  2:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27  2:03 [PATCH] Fix an incorrect reference to --set-all Jelmer Vernooij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).