diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:33 +0000 |
commit | bfe76e38e012aedbb2bd0a5bef722e43d850d131 (patch) | |
tree | 8a291c61689b7f87d853b3bd16c473ba101cc64c | |
parent | 1cccbc4015f113f52cde76964497b413be1d5b53 (diff) | |
download | zsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.tar.gz zsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.tar.xz zsh-bfe76e38e012aedbb2bd0a5bef722e43d850d131.zip |
moved to Completion/AIX/Command/_lspv
-rw-r--r-- | Completion/AIX/_lspv | 9 |
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' |