Make usage strings dash-less
[gitweb.git] / builtin-init-db.c
index e23b8438c741651f48bbf529f89d0336cc718fed..53aff68881ca90d7f35d76f04c93439c2b8be1b7 100644 (file)
@@ -364,7 +364,7 @@ static int guess_repository_type(const char *git_dir)
 }
 
 static const char init_db_usage[] =
-"git-init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]]";
+"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]]";
 
 /*
  * If you want to, you can share the DB area with any number of branches.