From f033b4df7d51ed11c6646d9e57389c0cebcb8e06 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 24 Jan 2023 19:08:50 +0100 Subject: [PATCH] completions/git: fix typo --- share/completions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/git.fish b/share/completions/git.fish index de2324fbd..b4265b8bc 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -1529,7 +1529,7 @@ complete -c git -n '__fish_git_using_command log' -l stdin -d 'Read commits from complete -c git -n '__fish_git_using_command log' -l cherry-mark -d 'Mark equivalent commits with = and inequivalent with +' complete -c git -n '__fish_git_using_command log' -l cherry-pick -d 'Omit equivalent commits' complete -c git -n '__fish_git_using_command log' -l left-only -complete -c git -n '__fish_git_using_command log' -l rigth-only +complete -c git -n '__fish_git_using_command log' -l right-only complete -c git -n '__fish_git_using_command log' -l cherry complete -c git -n '__fish_git_using_command log' -l walk-reflogs -s g complete -c git -n '__fish_git_using_command log' -l merge