1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00

Add a note for single quote usage.

This commit is contained in:
Tianhao He 2018-11-09 23:32:41 +08:00 committed by GitHub
parent 10c3949bff
commit 150900fda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,8 @@ Type "help", "copyright", "credits" or "license" for more information.
...] ...]
``` ```
**NOTE:** If you are using Bash, be sure to use single quote for username and password to preserve the values. If you use double quote, you will have to escape special characters, such as "$". See [Bash manual](http://www.gnu.org/software/bash/manual/html_node/Double-Quotes.html)
### Connect to VMware Cloud on AWS ### Connect to VMware Cloud on AWS
```python ```python