]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ident.c
[PATCH] Rename git-repo-config to git-config.
[thirdparty/git.git] / ident.c
diff --git a/ident.c b/ident.c
index 6de7eeae4d47834b0f680be38cde59071f380536..a6fc7b5e11e3f232a7becd62223cc23c5eb68ccc 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -178,8 +178,8 @@ static const char *env_hint =
 "\n"
 "Run\n"
 "\n"
-"  git repo-config user.email \"you@email.com\"\n"
-"  git repo-config user.name \"Your Name\"\n"
+"  git config user.email \"you@email.com\"\n"
+"  git config user.name \"Your Name\"\n"
 "\n"
 "To set the identity in this repository.\n"
 "Add --global to set your account\'s default\n"