diff options
author | Elijah Newren <newren@gmail.com> | 2019-01-09 11:58:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-10 10:29:05 -0800 |
commit | bd8d6f0def9d88e17592f38b9b6d1aa712310789 (patch) | |
tree | dc9cb9519b08bda319d4511d384ff77936cb0b65 /Documentation/git-show-ref.txt | |
parent | Git 2.19.2 (diff) | |
download | tgif-bd8d6f0def9d88e17592f38b9b6d1aa712310789.tar.xz |
git-show-ref.txt: fix order of flags
When the explanatory text uses the term "respectively", the order of
flags is important.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-ref.txt')
-rw-r--r-- | Documentation/git-show-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index d28e6154c6..ab4d271925 100644 --- a/Documentation/git-show-ref.txt +++ b/Documentation/git-show-ref.txt @@ -37,8 +37,8 @@ OPTIONS Show the HEAD reference, even if it would normally be filtered out. ---tags:: --heads:: +--tags:: Limit to "refs/heads" and "refs/tags", respectively. These options are not mutually exclusive; when given both, references stored in |