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:17 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:19:17 +0000
commitdf762dbbaf4ec78457b9b24a2782e02b257f918e (patch)
tree9143cc628376f76467885016b1554fa675ebc63a /Completion/AIX
parent82c2f85c42ba82f2ecac42f49c2f81a95dee63c6 (diff)
downloadzsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.tar.gz
zsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.tar.xz
zsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.zip
moved to Completion/AIX/Command/_lslv
Diffstat (limited to 'Completion/AIX')
-rw-r--r--Completion/AIX/_lslv8
1 files changed, 0 insertions, 8 deletions
diff --git a/Completion/AIX/_lslv b/Completion/AIX/_lslv
deleted file mode 100644
index 760c8cc3b..000000000
--- a/Completion/AIX/_lslv
+++ /dev/null
@@ -1,8 +0,0 @@
-#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'