diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-14 21:19:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 21:19:12 +0100 |
commit | f23ff39cf3e2fcf22f416c6f34fbb0c72bd4f184 (patch) | |
tree | e379684b02aea4a92b90f77a2089af9877fe0809 /op-mode-definitions | |
parent | 7fb112d409af83185ea9635aa6c775b02bc28c43 (diff) | |
parent | d6226d60dce4a46c9fa63adbf85f2df86c7bd1b1 (diff) | |
download | vyos-1x-f23ff39cf3e2fcf22f416c6f34fbb0c72bd4f184.tar.gz vyos-1x-f23ff39cf3e2fcf22f416c6f34fbb0c72bd4f184.zip |
Merge pull request #3133 from c-po/xml
xml: T3642: improve PKI CLI help string
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/pki.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in index a81c8d4f7..a5e01bade 100644 --- a/op-mode-definitions/pki.xml.in +++ b/op-mode-definitions/pki.xml.in @@ -4,7 +4,7 @@ <children> <node name="pki"> <properties> - <help>Generate PKI certificates and keys</help> + <help>Generate public key infrastructure (PKI) certificates and keys</help> </properties> <children> <node name="ca"> |