git-svnimport: fix edge revisions double importing
[gitweb.git] / builtin-init-db.c
index 97fd82ff0664aa9a79cf1ace20dac1a5c0064743..bbef820e478dd91cfe63431adf3cecc30e437416 100644 (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.