fix(docs): reference correct cors flag

release-0.4
Rob Szumski 2014-01-07 17:03:11 -08:00
parent c26215a740
commit a7eeb01bc8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ configuration files.
* `-cert-file` - The cert file of the client.
* `-key-file` - The key file of the client.
* `-config` - The path of the etcd config file. Defaults to `/etc/etcd/etcd.conf`.
* `-cors-origins` - A comma separated white list of origins for cross-origin resource sharing.
* `-cors` - A comma separated white list of origins for cross-origin resource sharing.
* `-cpuprofile` - The path to a file to output cpu profile data. Enables cpu profiling when present.
* `-data-dir` - The directory to store log and snapshot. Defaults to the current working directory.
* `-max-result-buffer` - The max size of result buffer. Defaults to `1024`.