diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:48 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:48 +0000 |
commit | 68935e896d4db49714c5231c8225976538237f3f (patch) | |
tree | b08646de84fb36be78ba2f1537bf865aaa8d8dcb | |
parent | 9ba1afd6fd047c949f21e3d24887fe82b66d145a (diff) | |
download | zsh-68935e896d4db49714c5231c8225976538237f3f.tar.gz zsh-68935e896d4db49714c5231c8225976538237f3f.tar.xz zsh-68935e896d4db49714c5231c8225976538237f3f.zip |
moved to Completion/AIX/Command/_lsvg
-rw-r--r-- | Completion/AIX/_lsvg | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/AIX/_lsvg b/Completion/AIX/_lsvg deleted file mode 100644 index c5b9a1584..000000000 --- a/Completion/AIX/_lsvg +++ /dev/null @@ -1,10 +0,0 @@ -#compdef lsvg - -_arguments -C -s \ - '(-i -l -M -p)-o[lists only active volume groups]' \ - '(-i -l -M -p)-n[specify physical volume to access variable descriptor from]:physical volume:_physical_volumes' \ - '(-o -n)-i[reads volume group names from standard input]' \ - '(-o -n -M -p)-l[list logical volumes in volume group]' \ - '(-o -n -l -p)-M[list mapping of physical and logical partition numbers]' \ - '(-o -n -l -M)-p[list physical volumes used by volume group]' \ - '*:volume groups:_volume_groups' |