diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-02-28 06:58:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-28 06:58:30 +0100 |
commit | ecd75ddb6f3fb7f2424d5852bcb4f50896cdcc9d (patch) | |
tree | 1ef34b2f554c37485b1f6781e43cc545b09450e2 /builtin/fast-export.c | |
parent | Merge branch 'mg/patch-id' (diff) | |
parent | Make <identifier> lowercase in Documentation (diff) | |
download | git-ecd75ddb6f3fb7f2424d5852bcb4f50896cdcc9d.tar.xz git-ecd75ddb6f3fb7f2424d5852bcb4f50896cdcc9d.zip |
Merge branch 'mg/placeholders-are-lowercase'
* mg/placeholders-are-lowercase:
Make <identifier> lowercase in Documentation
Make <identifier> lowercase as per CodingGuidelines
Make <identifier> lowercase as per CodingGuidelines
Make <identifier> lowercase as per CodingGuidelines
CodingGuidelines: downcase placeholders in usage messages
Diffstat (limited to 'builtin/fast-export.c')
-rw-r--r-- | builtin/fast-export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/fast-export.c b/builtin/fast-export.c index ba57457cc5..daf19451ba 100644 --- a/builtin/fast-export.c +++ b/builtin/fast-export.c @@ -619,9 +619,9 @@ int cmd_fast_export(int argc, const char **argv, const char *prefix) OPT_CALLBACK(0, "tag-of-filtered-object", &tag_of_filtered_mode, "mode", "select handling of tags that tag filtered objects", parse_opt_tag_of_filtered_mode), - OPT_STRING(0, "export-marks", &export_filename, "FILE", + OPT_STRING(0, "export-marks", &export_filename, "file", "Dump marks to this file"), - OPT_STRING(0, "import-marks", &import_filename, "FILE", + OPT_STRING(0, "import-marks", &import_filename, "file", "Import marks from this file"), OPT_BOOLEAN(0, "fake-missing-tagger", &fake_missing_tagger, "Fake a tagger when tags lack one"), |