Skip to content

Commit

Permalink
Fix console output of services documents
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Jul 19, 2015
1 parent 99d2ea4 commit a94dc54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/services-firewalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Google Compute Engine firewalls are documented [elsewhere](https://cloud.google.

You can add a firewall with the ```gcloud``` command line tool:

```
gcloud compute firewall-rules create my-rule --allow=tcp:<port>
```console
$ gcloud compute firewall-rules create my-rule --allow=tcp:<port>
```

**Note**
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ For example, the Service "redis-master" which exposes TCP port 6379 and has been
allocated cluster IP address 10.0.0.11 produces the following environment
variables:

```
```bash
REDIS_MASTER_SERVICE_HOST=10.0.0.11
REDIS_MASTER_SERVICE_PORT=6379
REDIS_MASTER_PORT=tcp://10.0.0.11:6379
Expand Down

0 comments on commit a94dc54

Please sign in to comment.