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:
parent
1a0280b313
commit
6baf973742
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user