From 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Sun, 7 Jan 2007 12:31:29 -0500 Subject: "init-db" can really be just "init" Make "init" the equivalent of "init-db". This should make first GIT impression a little more friendly. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- builtin-init-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin-init-db.c') diff --git a/builtin-init-db.c b/builtin-init-db.c index 97fd82ff06..bbef820e47 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -259,7 +259,7 @@ static int create_default_files(const char *git_dir, const char *template_path) } static const char init_db_usage[] = -"git-init-db [--template=] [--shared]"; +"git-init [--template=] [--shared]"; /* * If you want to, you can share the DB area with any number of branches. -- cgit v1.2.3