docs: add quotes around example invocation for google cloud retry join

This commit is contained in:
David Terry 2017-08-30 23:05:45 +02:00
parent 230f1b2333
commit 5d891ba7e1
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ will exit with an error at startup.
project which have the given `tag_value`.
```sh
$ consul agent -retry-join provider=gce project_name=xxx tag_value=xxx
$ consul agent -retry-join "provider=gce project_name=xxx tag_value=xxx"
```
```json