Merge pull request #1158 from bodymindarts/patch-1

fix docs for specifying multiple config files
This commit is contained in:
Diptanu Choudhury 2016-05-08 19:37:29 -07:00
commit b6f7615e10
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ the Nomad agent.
When specifying multiple config file options on the command-line, the files are
loaded in the order they are specified. For example:
nomad agent -config server.conf /etc/nomad extra.json
nomad agent -config server.conf -config /etc/nomad -config extra.json
Will load configuration from `server.conf`, from `.hcl` and `.json` files under
`/etc/nomad`, and finally from `extra.json`.