X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=archive.c;h=164bbd014a82feac48886db6f27ba85d61a059ac;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=5f0a3fc6d2e5cbf6e098fc67e093707bf2915914;hpb=7b51c33b376d22195dba1c4e067180164fd35dbf;p=git.git diff --git a/archive.c b/archive.c index 5f0a3fc6d..164bbd014 100644 --- a/archive.c +++ b/archive.c @@ -328,7 +328,7 @@ static int parse_archive_args(int argc, const char **argv, "prepend prefix to each pathname in the archive"), OPT_STRING('o', "output", &output, "file", "write the archive to this file"), - OPT_BOOLEAN(0, "worktree-attributes", &worktree_attributes, + OPT_BOOL(0, "worktree-attributes", &worktree_attributes, "read .gitattributes in working directory"), OPT__VERBOSE(&verbose, "report archived files on stderr"), OPT__COMPR('0', &compression_level, "store only", 0), @@ -342,7 +342,7 @@ static int parse_archive_args(int argc, const char **argv, OPT__COMPR_HIDDEN('8', &compression_level, 8), OPT__COMPR('9', &compression_level, "compress better", 9), OPT_GROUP(""), - OPT_BOOLEAN('l', "list", &list, + OPT_BOOL('l', "list", &list, "list supported archive formats"), OPT_GROUP(""), OPT_STRING(0, "remote", &remote, "repo",