Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svnimport: fix edge revisions double importing
[gitweb.git]
/
builtin-init-db.c
diff --git
a/builtin-init-db.c
b/builtin-init-db.c
index 97fd82ff0664aa9a79cf1ace20dac1a5c0064743..bbef820e478dd91cfe63431adf3cecc30e437416 100644
(file)
--- 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.