From f1c2a5af58c908a53aab695fa37a397b0a401133 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 17 Aug 2011 15:15:36 +0000 Subject: Add -V as short form of --virtualsize in lvcreate. --- man/lvcreate.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in index 03d8013c..da565d07 100644 --- a/man/lvcreate.8.in +++ b/man/lvcreate.8.in @@ -36,7 +36,7 @@ VolumeGroupName [PhysicalVolumePath[:PE[-PE]]...] {{\-s|\-\-snapshot} OriginalLogicalVolumePath | [\-s|\-\-snapshot] -VolumeGroupName \-\-virtualsize VirtualSize} +VolumeGroupName \-V|\-\-virtualsize VirtualSize} .SH DESCRIPTION lvcreate creates a new logical volume in a volume group ( see .B vgcreate(8), vgchange(8) @@ -205,7 +205,7 @@ commandline switch alias that will enable their use (-s is an alias for commandline switch alias is available for the desired type, as is the case with "error", "zero", "raid4", "raid5", or "raid6". .TP -.I \-\-virtualsize VirtualSize +.I -V, \-\-virtualsize VirtualSize Create a sparse device of the given size (in MB by default) using a snapshot. Anything written to the device will be returned when reading from it. Reading from other areas of the device will return blocks of zeros. -- cgit