Enable info/refs gzip decompression in HTTP client
[git.git] / builtin / check-attr.c
index 44c421eb0fe9cd8947d6666d15d790bc241ee7f3..9000c2db513aa20c16de7c891fd3549c6f49e398 100644 (file)
@@ -9,7 +9,7 @@ static int cached_attrs;
 static int stdin_paths;
 static const char * const check_attr_usage[] = {
 "git check-attr [-a | --all | attr...] [--] pathname...",
-"git check-attr --stdin [-a | --all | attr...] < <list-of-paths>",
+"git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>",
 NULL
 };