From 0e0134f2545efd43a204246d35a0bfc88add78a7 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 4 Feb 2020 10:50:18 -0700 Subject: [PATCH] docs: Update adapt command --config flag --- src/docs/markdown/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/command-line.md b/src/docs/markdown/command-line.md index 743f95a..0b67d5d 100644 --- a/src/docs/markdown/command-line.md +++ b/src/docs/markdown/command-line.md @@ -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`.