about summary refs log tree commit diff
path: root/Completion/AIX
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:19:25 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:19:25 +0000
commit1cccbc4015f113f52cde76964497b413be1d5b53 (patch)
treeabb0ac98f34655caa431a725138c2cdb2e6e8e5e /Completion/AIX
parentdf762dbbaf4ec78457b9b24a2782e02b257f918e (diff)
downloadzsh-1cccbc4015f113f52cde76964497b413be1d5b53.tar.gz
zsh-1cccbc4015f113f52cde76964497b413be1d5b53.tar.xz
zsh-1cccbc4015f113f52cde76964497b413be1d5b53.zip
moved from Completion/AIX/_lslv
Diffstat (limited to 'Completion/AIX')
-rw-r--r--Completion/AIX/Command/_lslv8
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/AIX/Command/_lslv b/Completion/AIX/Command/_lslv
new file mode 100644
index 000000000..760c8cc3b
--- /dev/null
+++ b/Completion/AIX/Command/_lslv
@@ -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'