diff options
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 62b236189..b89b0c97a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1663,7 +1663,7 @@ _git-ls-remote () { _git-merge () { _arguments \ "$merge_args[@]" \ - ':merge message' \ + '-m:merge message' \ '*:remote:__git_commits' && ret=0 } |