Skip to content

Commit 856816e

Browse files
authored
Fixed typo for command options. (#4527)
1 parent c78381e commit 856816e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Fixed typo for command options in Reference Guide (bsc#1253174)
12
- Added additional step for client deletion in Client Configuration
23
Guide (bsc#1253249)
34
- Clarified server config option for spacemd in Refrence Guide

modules/reference/pages/spacecmd/proxy_container.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parameters:
2525
options:
2626
-o, --output Path where to create the generated configuration. Default: 'config.zip'
2727
-p, --ssh-port SSH port the proxy listens one. Default: 22
28-
--ca-crt path to the certificate of the CA to use to generate a new proxy certificate.
28+
--ca-cert path to the certificate of the CA to use to generate a new proxy certificate.
2929
Using /root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT by default.
3030
--ca-key path to the private key of the CA to use to generate a new proxy certificate.
3131
Using /root/ssl-build/RHN-ORG-PRIVATE-SSL-KEY by default.

0 commit comments

Comments
 (0)