mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
[FIX #4525]: Fix typo
This commit is contained in:
parent
57c2ac1e60
commit
2c8697b934
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ zstyle ':completion:*:*:git:*' user-commands \
|
|||
count:'count commits' \
|
||||
create-branch:'create local and remote branch' \
|
||||
delete-branch:'delete local and remote branch' \
|
||||
delete-merged-brancees:'delete merged branches'\
|
||||
delete-merged-branches:'delete merged branches'\
|
||||
delete-submodule:'delete submodule' \
|
||||
delete-tag:'delete local and remote tag' \
|
||||
effort:'display effort statistics' \
|
||||
|
|
Loading…
Reference in a new issue