diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:56 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:19:56 +0000 |
commit | 35600e71fb916584ec39817b1a0c28e5f8291af3 (patch) | |
tree | 853765dedb5ba16461d6b63e2c9435d450255b07 /Completion/AIX/Command/_lsvg | |
parent | 68935e896d4db49714c5231c8225976538237f3f (diff) | |
download | zsh-35600e71fb916584ec39817b1a0c28e5f8291af3.tar.gz zsh-35600e71fb916584ec39817b1a0c28e5f8291af3.tar.xz zsh-35600e71fb916584ec39817b1a0c28e5f8291af3.zip |
moved from Completion/AIX/_lsvg
Diffstat (limited to 'Completion/AIX/Command/_lsvg')
-rw-r--r-- | Completion/AIX/Command/_lsvg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/AIX/Command/_lsvg b/Completion/AIX/Command/_lsvg new file mode 100644 index 000000000..c5b9a1584 --- /dev/null +++ b/Completion/AIX/Command/_lsvg @@ -0,0 +1,10 @@ +#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' |