mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
moved from Completion/AIX/_lslv
This commit is contained in:
parent
df762dbbaf
commit
1cccbc4015
8
Completion/AIX/Command/_lslv
Normal file
8
Completion/AIX/Command/_lslv
Normal file
@ -0,0 +1,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'
|
Loading…
Reference in New Issue
Block a user