From 36dae27fa26fe58efaf68296169cd2c6ba6dfcfe Mon Sep 17 00:00:00 2001 From: Andy Wilson Date: Tue, 21 Oct 2014 10:06:57 -0500 Subject: [PATCH] fix cli dashes in boot2docker resizing article The CLI commands had long dashes that won't work on most terminals when copy pasting. Signed-off-by: wilsaj --- docs/sources/articles/b2d_volume_resize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/articles/b2d_volume_resize.md b/docs/sources/articles/b2d_volume_resize.md index 7d6790965e..1b39b49eda 100644 --- a/docs/sources/articles/b2d_volume_resize.md +++ b/docs/sources/articles/b2d_volume_resize.md @@ -28,7 +28,7 @@ it. Using the command line VirtualBox tools, clone the VMDK image to a VDI image: - $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/.vdi -—format VDI -—variant Standard + $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/.vdi --format VDI --variant Standard ## 3. Resize the VDI volume @@ -36,7 +36,7 @@ Choose a size that will be appropriate for your needs. If you’re spinning up a lot of containers, or your containers are particularly large, larger will be better: - $ vboxmanage modifyhd /full/path/to/.vdi —-resize + $ vboxmanage modifyhd /full/path/to/.vdi --resize ## 4. Download a disk partitioning tool ISO