aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/check-attr.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
commit97a9e546a27c98512fef39cd457a4da6dbb5063a (patch)
tree55207e0a032260173dda66b3ef154d452a979c49 /builtin/check-attr.c
parenta46dcfb8403191ce042ad123a3314a174fa9ca4c (diff)
parent33e8fc87407505c3a96792fc47189d57b97b34c3 (diff)
downloadgit-97a9e546a27c98512fef39cd457a4da6dbb5063a.tar.gz
Merge branch 'jc/usage-stdin'
The synopsis text and the usage string of subcommands that read list of things from the standard input are often shown as if they only take input from a file on a filesystem, which was misleading. * jc/usage-stdin: usage: do not insist that standard input must come from a file
Diffstat (limited to 'builtin/check-attr.c')
-rw-r--r--builtin/check-attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/check-attr.c b/builtin/check-attr.c
index 21d2bedcc9..265c9ba022 100644
--- a/builtin/check-attr.c
+++ b/builtin/check-attr.c
@@ -9,7 +9,7 @@ static int cached_attrs;
static int stdin_paths;
static const char * const check_attr_usage[] = {
N_("git check-attr [-a | --all | <attr>...] [--] <pathname>..."),
-N_("git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"),
+N_("git check-attr --stdin [-z] [-a | --all | <attr>...]"),
NULL
};