mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
docs: Update adapt command --config flag
This commit is contained in:
parent
5b319a056c
commit
0e0134f254
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ The ellipses `...` indicates a continuation, i.e. one or more parameters.
|
|||
|
||||
Adapts a configuration to Caddy's native JSON config structure and writes the output to stdout, along with any warnings to stderr.
|
||||
|
||||
`--config` is the path to the config file.
|
||||
`--config` is the path to the config file. If blank, will default to `Caddyfile` in current directory if it exists; otherwise, this flag is required.
|
||||
|
||||
`--adapter` specifies the config adapter to use; default is `caddyfile`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue