Skip to content

Commit

Permalink
Document the -backend flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed May 23, 2014
1 parent a9865cf commit f238a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Usage of confd:
-config-file="": the confd config file
-consul=false: specified to enable use of Consul
-consul-addr="": address of Consul HTTP interface
-backend="": configuration backend to use. (consul, etcd, or env)
-debug=false: enable debug logging
-etcd-scheme="http": the etcd URI scheme. (http or https)
-interval=600: etcd polling interval
Expand Down
1 change: 1 addition & 0 deletions docs/configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ confd -config-file ~/confd.toml
Optional:

* `backend` (string) - The configuration backend to use. The default is etcd.
* `debug` (bool) - Enable debug logging.
* `client_cert` (string) The cert file of the client.
* `client_key` (string) The key file of the client.
Expand Down

0 comments on commit f238a00

Please sign in to comment.