summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-19 09:17:00 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-19 09:18:10 +0200
commit8fd42b024a79d12410ebf0e272991829e3488b88 (patch)
treeaac380b2406ff112594279a83e630cadc8b50349 /op-mode-definitions
parent2827c7e63731f6dc85a693cfb1d50cac55efe71d (diff)
downloadvyos-1x-8fd42b024a79d12410ebf0e272991829e3488b88.tar.gz
vyos-1x-8fd42b024a79d12410ebf0e272991829e3488b88.zip
dhcp: op-mode: xml: fix duplicate help string
(cherry picked from commit 41807725cad3266bf426a9de411bb693b914395e)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/dhcp.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/dhcp.xml.in b/op-mode-definitions/dhcp.xml.in
index 6f0c25110..9b21cb9af 100644
--- a/op-mode-definitions/dhcp.xml.in
+++ b/op-mode-definitions/dhcp.xml.in
@@ -128,13 +128,13 @@
<children>
<node name="server">
<properties>
- <help>Restart the DHCP server process</help>
+ <help>Restart DHCP server process</help>
</properties>
<command>sudo systemctl restart isc-dhcp-server.service</command>
</node>
<node name="relay-agent">
<properties>
- <help>Restart the DHCP server process</help>
+ <help>Restart DHCP relay agent</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/restart_dhcp_relay.py --ipv4</command>
</node>