1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
zsh/Completion/AIX/Command/_lslv
Oliver Kiddle 0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00

9 lines
348 B
Plaintext

#compdef lslv
_arguments -C -s \
'(-l -m)-p[display logical volume allocation map for the physical volume]:pv:_physical_volumes' \
'(-p)-l[list physical volumes in logical volume]' \
'(-p)-m[list partition numbers]' \
'-n[accesses information from the descriptor area of physical volume]:pv:_physical_volumes' \
'1:lv: _logical_volumes'