diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-02-20 01:29:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 11:29:22 -0500 |
commit | ca9c1f822eebd090e693c5271b22bf1a721eadc6 (patch) | |
tree | 1b5866f34ff3a5a0a783176f2324c93f33f8c572 /docs | |
parent | 404f3484ad69c636b666138b57545b9775e0ac71 (diff) | |
download | gitea-ca9c1f822eebd090e693c5271b22bf1a721eadc6.tar.gz gitea-ca9c1f822eebd090e693c5271b22bf1a721eadc6.zip |
[docs] Fix typo in command-line.en-us.md (#14746)
seperated -> separated
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/command-line.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/command-line.en-us.md b/docs/content/doc/usage/command-line.en-us.md index 97882f9203..40933a7b33 100644 --- a/docs/content/doc/usage/command-line.en-us.md +++ b/docs/content/doc/usage/command-line.en-us.md @@ -232,7 +232,7 @@ Generates a self-signed SSL certificate. Outputs to `cert.pem` and `key.pem` in directory and will overwrite any existing files. - Options: - - `--host value`: Comma seperated hostnames and ips which this certificate is valid for. + - `--host value`: Comma separated hostnames and ips which this certificate is valid for. Wildcards are supported. Required. - `--ecdsa-curve value`: ECDSA curve to use to generate a key. Optional. Valid options are P224, P256, P384, P521. |