Fixed missing slash in Git completion.
This commit is contained in:
parent
1961b8d196
commit
d13ca43d18
1 changed files with 1 additions and 1 deletions
|
@ -2941,7 +2941,7 @@ _git-rev-parse () {
|
|||
else
|
||||
# TODO: Parse option specification?
|
||||
_arguments -w -S -s \
|
||||
'(- *)'{-h,--help}'[display usage]'
|
||||
'(- *)'{-h,--help}'[display usage]' \
|
||||
'--keep-dashdash[do not skip first -- option]' \
|
||||
'--stop-at-non-option[stop parsing options at first non-option argument]' \
|
||||
'*:option specification' && ret=0
|
||||
|
|
Loading…
Add table
Reference in a new issue