Skip to content

Commit bd8d6f0

Browse files
newrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 98cdfbb commit bd8d6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-show-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ OPTIONS
3737

3838
Show the HEAD reference, even if it would normally be filtered out.
3939

40-
--tags::
4140
--heads::
41+
--tags::
4242

4343
Limit to "refs/heads" and "refs/tags", respectively. These options
4444
are not mutually exclusive; when given both, references stored in

0 commit comments

Comments
 (0)