diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-01 20:50:58 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-01 20:50:58 +0200 |
commit | 9566393f95fb11616ec1bae2530256d7bf7e47d1 (patch) | |
tree | a599bf305c5c1d6de185a3eb6ad48fa36a734d1f /op-mode-definitions | |
parent | ec958eb3a97366f90a31bc8925be976a012b0fd5 (diff) | |
download | vyos-1x-9566393f95fb11616ec1bae2530256d7bf7e47d1.tar.gz vyos-1x-9566393f95fb11616ec1bae2530256d7bf7e47d1.zip |
ipsec: T2816: XML in op-mode should not contain ' in the help string
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/vpn-ipsec.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/vpn-ipsec.xml.in b/op-mode-definitions/vpn-ipsec.xml.in index b836b193f..76f4893c1 100644 --- a/op-mode-definitions/vpn-ipsec.xml.in +++ b/op-mode-definitions/vpn-ipsec.xml.in @@ -124,7 +124,7 @@ <children> <tagNode name="tunnel"> <properties> - <help>Show debugging information for a peer's tunnel</help> + <help>Show debug information for peer tunnel</help> </properties> <command>sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action="vpn-debug" --name="$5" --tunnel="$7"</command> </tagNode> |