X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.c;h=2ae740a71e6d43ee81afdeddcb53f983f10a8fff;hb=e5b8eebc03f80bc21877494ae2ac0c2b63a1b83b;hp=3fd7f475f1d8ff5efe602a10f02ea3e1c3aa9edd;hpb=cec3e186f7b76cdced54286ef1da42b6978c4c8d;p=git.git diff --git a/archive.c b/archive.c index 3fd7f475f..2ae740a71 100644 --- a/archive.c +++ b/archive.c @@ -318,7 +318,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), @@ -332,7 +332,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",