Remove incorrect '$' symbol from default values

This makes the table of default values consistent in style.
This commit is contained in:
Andrew Featherstone 2018-04-23 18:38:59 +01:00 committed by Joao Fernandes
parent 359ea6cfd3
commit 8c56709b6f
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ The VMware vSphere driver uses the latest boot2docker image.
| **`--vmwarevsphere-username`** | `VSPHERE_USERNAME` | - |
| `--vmwarevsphere-vcenter-port` | `VSPHERE_VCENTER_PORT` | 443 |
| `--vmwarevsphere-vcenter` | `VSPHERE_VCENTER` | - |
| `--vmwarevsphere-folder` | `$VSPHERE_FOLDER` | - |
| `--vmwarevsphere-folder` | `VSPHERE_FOLDER` | - |