summaryrefslogtreecommitdiffstats
path: root/man/vgs.8.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-01-20 17:10:44 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-01-20 17:10:44 +0000
commit583ee6016922550c8b69335d224509282c458cc4 (patch)
tree879dc7f3b7f5df451cb079fad2fbfe05e3d1155f /man/vgs.8.in
parent9c961554c4eb67d2ae553f37eeabf379abf24c96 (diff)
downloadlvm2-583ee6016922550c8b69335d224509282c458cc4.tar.gz
lvm2-583ee6016922550c8b69335d224509282c458cc4.tar.xz
lvm2-583ee6016922550c8b69335d224509282c458cc4.zip
Add --nameprefixes to pvs, vgs, lvs man pages.
Diffstat (limited to 'man/vgs.8.in')
-rw-r--r--man/vgs.8.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/vgs.8.in b/man/vgs.8.in
index b606bdca..c84323ec 100644
--- a/man/vgs.8.in
+++ b/man/vgs.8.in
@@ -4,7 +4,7 @@ vgs \- report information about volume groups
.SH SYNOPSIS
.B vgs
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
-[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
+[\-\-ignorelockingfailure] [\-\-nameprefixes] [\-\-noheadings] [\-\-nosuffix]
[\-o|\-\-options [+]Field[,Field]]
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
[\-P|\-\-partial] [\-\-rows]
@@ -20,6 +20,11 @@ See \fBlvm\fP for common options.
.I \-\-aligned
Use with \-\-separator to align the output columns.
.TP
+.I \-\-nameprefixes
+Add an "LVM2_" prefix plus the field name to the output. Useful
+with --noheadings to produce a list of field=value pairs that can
+be used to set environment variables (for example, in \fBudev (7)\fP rules).
+.TP
.I \-\-noheadings
Suppress the headings line that is normally the first line of output.
Useful if grepping the output.