Make usage strings dash-less
[gitweb.git] / fast-import.c
index e72b28679410155cb43968d315f02588e89fd5f1..c4d054ecc7f921d15916441b8323dda28aa30d2c 100644 (file)
@@ -2374,7 +2374,7 @@ static int git_pack_config(const char *k, const char *v, void *cb)
 }
 
 static const char fast_import_usage[] =
-"git-fast-import [--date-format=f] [--max-pack-size=n] [--depth=n] [--active-branches=n] [--export-marks=marks.file]";
+"git fast-import [--date-format=f] [--max-pack-size=n] [--depth=n] [--active-branches=n] [--export-marks=marks.file]";
 
 int main(int argc, const char **argv)
 {