"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 <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Nicolas Pitre
2007-01-07 12:31:29 -05:00
committed by Junio C Hamano
parent cf2999eb4c
commit 515377ea9e
8 changed files with 9 additions and 6 deletions

View File

@ -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=<template-directory>] [--shared]";
"git-init [--template=<template-directory>] [--shared]";
/*
* If you want to, you can share the DB area with any number of branches.