summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-03-02 18:09:46 +0000
committerAlasdair Kergon <agk@redhat.com>2012-03-02 18:09:46 +0000
commitd742cdf32713726d3c170c59846073d951a76a6f (patch)
treeb4f34b4c44d62e2b507cdda1b56ba14c57cf0f27 /man
parent7e35dfff3d556e0157fe5e2ed18b6123ebc4ba34 (diff)
downloadlvm2-d742cdf32713726d3c170c59846073d951a76a6f.tar.gz
lvm2-d742cdf32713726d3c170c59846073d951a76a6f.tar.xz
lvm2-d742cdf32713726d3c170c59846073d951a76a6f.zip
Change pvscan --lvmetad to pvscan --cache.
Diffstat (limited to 'man')
-rw-r--r--man/pvscan.8.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/pvscan.8.in b/man/pvscan.8.in
index 8d012697..0b5ad703 100644
--- a/man/pvscan.8.in
+++ b/man/pvscan.8.in
@@ -3,6 +3,7 @@
pvscan \- scan all disks for physical volumes
.SH SYNOPSIS
.B pvscan
+.RB [ \-\-cache " " DevicePath [ DevicePath ... ] ]
.RB [ \-d | \-\-debug ]
.RB [ \-h | \-\-help ]
.RB [ \-v | \-\-verbose ]
@@ -12,7 +13,6 @@ pvscan \- scan all disks for physical volumes
.RB [ \-n | \-\-novolumegroup ]
.RB [ \-s | \-\-short ]
.RB [ \-u | \-\-uuid ]
-.RB [ \-\-lvmetad " " DevicePath [ DevicePath ... ] ]
.SH DESCRIPTION
.B pvscan
scans all supported LVM block devices in the system for physical volumes.
@@ -31,10 +31,10 @@ Short listing format.
.BR \-u ", " \-\-uuid
Show UUIDs (Uniform Unique Identifiers) in addition to device special names.
.TP
-.BR \-\-lvmetad " " DevicePath [ DevicePath... ]
-Scan a single device and contact lvmetad to update its cached state. Called
-internally by udev rules. The device is processed \fBregardless\fP of any device
-filters set in lvm.conf.
+.BR \-\-cache " " DevicePath [ DevicePath... ]
+Scan a single device and instruct the lvmetad daemon to update its cached
+state. Called internally by udev rules. The device is processed
+\fBregardless\fP of any device filters set in lvm.conf.
.SH SEE ALSO
.BR lvm (8),
.BR pvcreate (8),