mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-21 16:21:37 +02:00
8 lines
348 B
Text
8 lines
348 B
Text
#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'
|