Merge pull request #4362 from james-portman/master

Correcting CLI usage
This commit is contained in:
Matthew Hooker 2017-01-05 11:05:55 -08:00 committed by GitHub
commit cb29e1e870
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ For `gcloud`, do this via the `--scopes` parameter:
``` {.sh}
gcloud compute --project YOUR_PROJECT instances create "INSTANCE-NAME" ... \
--scopes "https://www.googleapis.com/auth/compute" \
"https://www.googleapis.com/auth/devstorage.full_control" \
--scopes "https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/devstorage.full_control" \
...
```