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:33 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:19:33 +0000
commitbfe76e38e012aedbb2bd0a5bef722e43d850d131 (patch)
tree8a291c61689b7f87d853b3bd16c473ba101cc64c /Completion/AIX
parent1cccbc4015f113f52cde76964497b413be1d5b53 (diff)
downloadzsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.tar.gz
zsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.tar.xz
zsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.zip
moved to Completion/AIX/Command/_lspv
Diffstat (limited to 'Completion/AIX')
-rw-r--r--Completion/AIX/_lspv9
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/AIX/_lspv b/Completion/AIX/_lspv
deleted file mode 100644
index a89e07af7..000000000
--- a/Completion/AIX/_lspv
+++ /dev/null
@@ -1,9 +0,0 @@
-#compdef lspv
-
-_arguments -C -s \
-  '(-p -M)-l[list logical volumns on physical volume]' \
-  '(-l -M)-p[list partitions on physical volume]' \
-  '(-l -p)-M[list mapping of physical and logical partition numbers]' \
-  '-n[specify physical volume to access variable descriptor from]:physical volume:_physical_volumes' \
-  '-v[specify volume group id to access info based on]:volume group id' \
-  '1:physical volume:_physical_volumes'