diff options
author | Nicolas Pitre <nico@cam.org> | 2007-01-07 12:31:29 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-07 18:03:07 -0800 |
commit | 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c (patch) | |
tree | 5a5643daddda26814cb3769ec63d344143b7ecf0 /builtin-init-db.c | |
parent | cf2999eb4cbe39d5a40add574be9e5c019df758b (diff) | |
download | git-515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c.tar.gz |
"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>
Diffstat (limited to 'builtin-init-db.c')
-rw-r--r-- | builtin-init-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
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=<template-directory>] [--shared]"; +"git-init [--template=<template-directory>] [--shared]"; /* * If you want to, you can share the DB area with any number of branches. |