diff options
author | Dan Callahan <d.callahan@f5.com> | 2024-01-05 12:09:36 +0000 |
---|---|---|
committer | Dan Callahan <dan.callahan@gmail.com> | 2024-02-20 12:28:43 +0000 |
commit | 53648ed56488c73aaed94c3258fc4136bc4cba6d (patch) | |
tree | bac0b1c0c996f6709c137b3a10dde75ebfeb8907 /tools | |
parent | 5570d807d9917cf738e1737dba7e2b8005b8e389 (diff) | |
download | unit-53648ed56488c73aaed94c3258fc4136bc4cba6d.tar.gz unit-53648ed56488c73aaed94c3258fc4136bc4cba6d.tar.bz2 |
Tools: Fix typo in tools/README.md
As suggested by @lcrilly
Diffstat (limited to 'tools')
-rw-r--r-- | tools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/README.md b/tools/README.md index 883bc107..e7caae34 100644 --- a/tools/README.md +++ b/tools/README.md @@ -33,7 +33,7 @@ web page with NGINX Unit. | Options | | |---------|-| -| filename … | Read configuration data consequently from the specified files instead of stdin. +| filename … | Read configuration data consecutively from the specified files instead of stdin. | _HTTP method_ | It is usually not required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is used when making configuration changes unless a specific method is provided. | `edit` | Opens **URI** in the default editor for interactive configuration. The [jq](https://stedolan.github.io/jq/) tool is required for this option. | `INSERT` | A _virtual_ HTTP method that prepends data when the URI specifies an existing array. The [jq](https://stedolan.github.io/jq/) tool is required for this option. |