Skip to content

Commit bf84c32

Browse files
committed
fix(zsh): short -r opt for stg series
1 parent be543b7 commit bf84c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/stgit.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ _stg-series() {
991991
'(-O --offsets)'{-O,--offsets}'[display relative offsets of patches]'
992992
'--prefix[display patch status prefix]'
993993
'(-P --no-prefix)'{-P,--no-prefix}'[do not display the patch status prefix]'
994-
'(-r --reverse)'{-s,--reverse}'[display in reverse order]'
994+
'(-r --reverse)'{-r,--reverse}'[display in reverse order]'
995995
'(-s --short)'{-s,--short}'[list just patches around the topmost patch]'
996996
'--showbranch[display branch name of listed patches]'
997997
'--no-author[do not display patch author]'

0 commit comments

Comments
 (0)