Browse code

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 authored on 2014/10/22 00:06:57
Showing 1 changed files
... ...
@@ -28,7 +28,7 @@ it.
28 28
 
29 29
 Using the command line VirtualBox tools, clone the VMDK image to a VDI image:
30 30
 
31
-    $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi -—format VDI -—variant Standard
31
+    $ vboxmanage clonehd /full/path/to/boot2docker-hd.vmdk /full/path/to/<newVDIimage>.vdi --format VDI --variant Standard
32 32
 
33 33
 ## 3. Resize the VDI volume
34 34
 
... ...
@@ -36,7 +36,7 @@ Choose a size that will be appropriate for your needs. If you’re spinning up a
36 36
 lot of containers, or your containers are particularly large, larger will be 
37 37
 better:
38 38
 
39
-    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi —-resize <size in MB>
39
+    $ vboxmanage modifyhd /full/path/to/<newVDIimage>.vdi --resize <size in MB>
40 40
 
41 41
 ## 4. Download a disk partitioning tool ISO 
42 42