mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +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]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o|\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
||||||
[\-P|\-\-partial] [\-\-segments]
|
[\-P|\-\-partial] [\-\-rows] [\-\-segments]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v|\-\-verbose]
|
[\-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
|
Comma-separated ordered list of columns to sort by. Replaces the default
|
||||||
selection. Precede any column with - for a reverse sort on that column.
|
selection. Precede any column with - for a reverse sort on that column.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-rows
|
||||||
|
Output columns as rows.
|
||||||
|
.TP
|
||||||
.I \-\-separator Separator
|
.I \-\-separator Separator
|
||||||
String to use to separate each column. Useful if grepping the output.
|
String to use to separate each column. Useful if grepping the output.
|
||||||
.TP
|
.TP
|
||||||
|
@ -7,6 +7,7 @@ pvs \- report information about physical volumes
|
|||||||
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o|\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
||||||
|
[\-\-rows]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v|\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
@ -47,6 +48,9 @@ units of physical extents.
|
|||||||
Comma-separated ordered list of columns to sort by. Replaces the default
|
Comma-separated ordered list of columns to sort by. Replaces the default
|
||||||
selection. Precede any column with - for a reverse sort on that column.
|
selection. Precede any column with - for a reverse sort on that column.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-rows
|
||||||
|
Output columns as rows.
|
||||||
|
.TP
|
||||||
.I \-\-separator Separator
|
.I \-\-separator Separator
|
||||||
String to use to separate each column. Useful if grepping the output.
|
String to use to separate each column. Useful if grepping the output.
|
||||||
.TP
|
.TP
|
||||||
|
@ -7,7 +7,7 @@ vgs \- report information about volume groups
|
|||||||
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o|\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
|
||||||
[\-P|\-\-partial]
|
[\-P|\-\-partial] [\-\-rows]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v|\-\-verbose]
|
[\-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
|
Comma-separated ordered list of columns to sort by. Replaces the default
|
||||||
selection. Precede any column with - for a reverse sort on that column.
|
selection. Precede any column with - for a reverse sort on that column.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-rows
|
||||||
|
Output columns as rows.
|
||||||
|
.TP
|
||||||
.I \-\-separator Separator
|
.I \-\-separator Separator
|
||||||
String to use to separate each column. Useful if grepping the output.
|
String to use to separate each column. Useful if grepping the output.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user