1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Fix changelog --list completion bug

This commit is contained in:
Alexis GRIMALDI 2012-07-20 16:46:30 +02:00
parent 46b88b6a5a
commit 1e1e0fa44d

View file

@ -95,7 +95,7 @@ __git_author_names() {
_git-changelog() {
_arguments \
'(-l --list)'{-l, --list}'[list commits]' \
'(-l --list)'{-l,--list}'[list commits]' \
}