Fix typo in quote order

This commit is contained in:
André Lametti
2026-03-04 09:28:13 -05:00
parent dfcf157b59
commit a023ca3771

View File

@@ -35,7 +35,7 @@ string. This does not apply to options that take booleans or numbers:
- `-O max_request_size=99999999` works ✅ - `-O max_request_size=99999999` works ✅
- `-O server_name=example.com` does not work ❌ - `-O server_name=example.com` does not work ❌
- `--option log=\"debug\"` works ✅ - `--option log=\"debug\"` works ✅
- `--option server_name='"example.com'"` works ✅ - `--option server_name='"example.com"'` works ✅
## Relevance of configuration settings ## Relevance of configuration settings