Skip to content

Commit 8f5f2f6

Browse files
avargitster
authored andcommitted
doc txt & -h consistency: make output order consistent
Fix cases where the SYNOPSIS and -h output was presented in a different order. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c08cfc3 commit 8f5f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/merge-base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ static int show_merge_base(struct commit **rev, int rev_nr, int show_all)
3131
static const char * const merge_base_usage[] = {
3232
N_("git merge-base [-a | --all] <commit> <commit>..."),
3333
N_("git merge-base [-a | --all] --octopus <commit>..."),
34-
N_("git merge-base --independent <commit>..."),
3534
N_("git merge-base --is-ancestor <commit> <commit>"),
35+
N_("git merge-base --independent <commit>..."),
3636
N_("git merge-base --fork-point <ref> [<commit>]"),
3737
NULL
3838
};

0 commit comments

Comments
 (0)