Code

docs: default to more modern toolset
[git.git] / fast-import.c
index 8f68a892342f9fdfb968c4fbc7e17d92cca11765..77549ebd6fbfbea051901d4ab474eebc8e2dbdbd 100644 (file)
@@ -2893,7 +2893,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] [--big-file-threshold=n] [--depth=n] [--active-branches=n] [--export-marks=marks.file]";
+"git fast-import [--date-format=<f>] [--max-pack-size=<n>] [--big-file-threshold=<n>] [--depth=<n>] [--active-branches=<n>] [--export-marks=<marks.file>]";
 
 static void parse_argv(void)
 {