Skip to content

Commit

Permalink
Merge pull request #114 from jhmartin/patch-1
Browse files Browse the repository at this point in the history
Update consul-getting-started.md
  • Loading branch information
kelseyhightower committed Aug 6, 2014
2 parents 9b19fe5 + f92a4c8 commit 2a5d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/consul-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ confd supports two modes of operation, daemon and onetime mode. In daemon mode,
Assuming your consul server is running at http://127.0.0.1:8500 you can run the following command to process the `~/confd/conf.d/myconfig.toml` template resource:

```
confd -verbose -onetime -consul -consul-addr 127.0.0.1:8500 -confdir ~/confd
confd -verbose -onetime -backend consul -node 127.0.0.1:8500 -confdir ~/confd
```
Output:
```
Expand Down

0 comments on commit 2a5d4a3

Please sign in to comment.