1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add --rows option to pvs, vgs, lvs man pages.

This commit is contained in:
Dave Wysochanski 2009-01-20 16:55:24 +00:00
parent 1a0280b313
commit 6baf973742
3 changed files with 12 additions and 2 deletions

View 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

View 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

View 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