Browse Source

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 <wilson.andrew.j+github@gmail.com>
Andy Wilson 10 years ago
parent
commit
36dae27fa2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/articles/b2d_volume_resize.md

+ 2 - 2
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:
 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/<newVDIimage>.vdi -—format VDI -—variant Standard
+    $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi --format VDI --variant Standard
 
 
 ## 3. Resize the VDI volume
 ## 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 
 lot of containers, or your containers are particularly large, larger will be 
 better:
 better:
 
 
-    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi -resize <size in MB>
+    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi --resize <size in MB>
 
 
 ## 4. Download a disk partitioning tool ISO 
 ## 4. Download a disk partitioning tool ISO