]> sourceware.org Git - lvm2.git/commitdiff
Add --rows option to pvs, vgs, lvs man pages.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Jan 2009 16:55:24 +0000 (16:55 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Jan 2009 16:55:24 +0000 (16:55 +0000)
man/lvs.8.in
man/pvs.8.in
man/vgs.8.in

index 981924185191c2e1acef24c4431030d3329fd726..7eb5c8fde5e36d4b999cbb665258666f43a9ccff 100644 (file)
@@ -7,7 +7,7 @@ lvs \- report information about logical volumes
 [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
 [\-o|\-\-options [+]Field[,Field]]
 [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
-[\-P|\-\-partial] [\-\-segments]
+[\-P|\-\-partial] [\-\-rows] [\-\-segments]
 [\-\-separator Separator] [\-\-unbuffered]
 [\-\-units hsbkmgtHKMGT]
 [\-v|\-\-verbose] 
@@ -71,6 +71,9 @@ Use default columns that emphasize segment information.
 Comma-separated ordered list of columns to sort by.  Replaces the default
 selection. Precede any column with - for a reverse sort on that column.
 .TP
+.I \-\-rows
+Output columns as rows.
+.TP
 .I \-\-separator Separator
 String to use to separate each column.  Useful if grepping the output.
 .TP
index 49810b688fd1e33873aa4130a4dec645285c7810..161b5a68e3f4f02b14db25e8b55943f46ab9c921 100644 (file)
@@ -7,6 +7,7 @@ pvs \- report information about physical volumes
 [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
 [\-o|\-\-options [+]Field[,Field]]
 [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
+[\-\-rows]
 [\-\-separator Separator] [\-\-unbuffered]
 [\-\-units hsbkmgtHKMGT]
 [\-v|\-\-verbose] 
@@ -47,6 +48,9 @@ units of physical extents.
 Comma-separated ordered list of columns to sort by.  Replaces the default
 selection. Precede any column with - for a reverse sort on that column.
 .TP
+.I \-\-rows
+Output columns as rows.
+.TP
 .I \-\-separator Separator
 String to use to separate each column.  Useful if grepping the output.
 .TP
index 0ae5c7b90557be014a65cc75f9c922324e49c712..b606bdcad8c1933e72a4596aa02ff030a3278529 100644 (file)
@@ -7,7 +7,7 @@ vgs \- report information about volume groups
 [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
 [\-o|\-\-options [+]Field[,Field]]
 [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
-[\-P|\-\-partial]
+[\-P|\-\-partial] [\-\-rows]
 [\-\-separator Separator] [\-\-unbuffered]
 [\-\-units hsbkmgtHKMGT]
 [\-v|\-\-verbose] 
@@ -59,6 +59,9 @@ Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere, (i)nherited
 Comma-separated ordered list of columns to sort by.  Replaces the default
 selection. Precede any column with - for a reverse sort on that column.
 .TP
+.I \-\-rows
+Output columns as rows.
+.TP
 .I \-\-separator Separator
 String to use to separate each column.  Useful if grepping the output.
 .TP
This page took 0.033298 seconds and 5 git commands to generate.