about summary refs log tree commit diff
path: root/Completion/BSD/Command/_syspatch
blob: 850636d096504352402ba05daf9f842da3da2cfe (plain) (blame)
1
2
3
4
5
6
7
#compdef syspatch

_arguments \
  '(   -l -R -r)-c[list available patches]' \
  '(-c    -R -r)-l[list installed patches]' \
  '(-c -l    -r)-R[revert all patches]' \
  '(-c -l -R   )-r[revert the most recently installed patch]'