diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:17 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:17 +0000 |
commit | df762dbbaf4ec78457b9b24a2782e02b257f918e (patch) | |
tree | 9143cc628376f76467885016b1554fa675ebc63a | |
parent | 82c2f85c42ba82f2ecac42f49c2f81a95dee63c6 (diff) | |
download | zsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.tar.gz zsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.tar.xz zsh-df762dbbaf4ec78457b9b24a2782e02b257f918e.zip |
moved to Completion/AIX/Command/_lslv
-rw-r--r-- | Completion/AIX/_lslv | 8 |
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' |