Skip to content

Commit

Permalink
Add missing -z to git check-attr usage text for consistency with man …
Browse files Browse the repository at this point in the history
…page

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Adam Spiers authored and Junio C Hamano committed Sep 17, 2012
1 parent 6108b04 commit d9fcff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/check-attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit d9fcff2

Please sign in to comment.