blob: 5145c48ccfa6d10d31a266526473ccc308fae818 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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'
|