]> sourceware.org Git - lvm2.git/commitdiff
Place back some common options
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Feb 2011 21:19:03 +0000 (21:19 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Feb 2011 21:19:03 +0000 (21:19 +0000)
Until man pages are generated keep some common options with all commands.

man/pvcreate.8.in
man/pvremove.8.in
man/pvresize.8.in
man/pvscan.8.in

index 14f0a38bdb39719f6c95f9f430a2415035d755df..0aeb2bd069a55a566eae4054624dba1ccfa2089f 100644 (file)
@@ -3,6 +3,11 @@
 pvcreate \- initialize a disk or partition for use by LVM
 .SH SYNOPSIS
 .B pvcreate
+.RB [ \-d | \-\-debug ]
+.RB [ \-h | \-\-help ]
+.RB [ \-t | \-\-test ]
+.RB [ \-v | \-\-verbose ]
+.RB [ \-\-version ]
 .RB [ \-f [ f ]| \-\-force " [" \-\-force ]]
 .RB [ \-y | \-\-yes ]
 .RB [ \-\-labelsector ]
index d40aa0c7f178f0e4007ac1ad00a93788912812bd..515ec07a251facdc7803ec080eb86502f7ffa2f3 100644 (file)
@@ -3,9 +3,16 @@
 pvremove \- remove a physical volume
 .SH SYNOPSIS
 .B pvremove
-.RB [ \-f [ f ]| \-\-force " [" \-\-force ]]
+.RB [ \-d | \-\-debug ]
+.RB [ \-h | \-\-help ]
+.RB [ \-t | \-\-test ]
+.RB [ \-v | \-\-verbose ]
+.RB [ \-\-version ]
+.RB [ \-f [ f ]| \-\-force 
+.RB [ \-\-force ]]
 .RB [ \-y | \-\-yes ]
-.IR PhysicalVolume " [" PhysicalVolume ...]
+.I PhysicalVolume
+.RI [ PhysicalVolume ...]
 .SH DESCRIPTION
 .B pvremove
 wipes the label on a device so that LVM will no longer recognise it
index 10a0b50fb9f13b14867e6706e6450f39a56c5d88..dcbbf6505e5f1256b1b1659c04b6644de4c56d5c 100644 (file)
@@ -3,8 +3,15 @@
 pvresize \- resize a disk or partition in use by LVM2
 .SH SYNOPSIS
 .B pvresize
-.RB [ \-\-setphysicalvolumesize " " \fIsize ]
-.IR PhysicalVolume " [" PhysicalVolume ...]
+.RB [ \-d | \-\-debug ]
+.RB [ \-h | \-\-help ]
+.RB [ \-t | \-\-test ]
+.RB [ \-v | \-\-verbose ]
+.RB [ \-\-version ]
+.RB [ \-\-setphysicalvolumesize
+.IR size ]
+.I PhysicalVolume 
+.RI [ PhysicalVolume ...]
 .SH DESCRIPTION
 .B pvresize
 resizes
index a3147d71935eaed7c07e830aac7260b91f0ec818..4bf1fbd320a9869302ed908016b4d7cbd749b801 100644 (file)
@@ -3,6 +3,11 @@
 pvscan \- scan all disks for physical volumes
 .SH SYNOPSIS
 .B pvscan
+.RB [ \-d | \-\-debug ]
+.RB [ \-h | \-\-help ]
+.RB [ \-v | \-\-verbose ]
+.RB [ \-\-version ]
+.RB [ \-\-ignorelockingfailure ]
 .RB [ \-e | \-\-exported ]
 .RB [ \-n | \-\-novolumegroup ]
 .RB [ \-s | \-\-short ]
This page took 0.0418809999999999 seconds and 5 git commands to generate.