diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-19 09:17:00 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-19 09:17:49 +0200 |
commit | 41807725cad3266bf426a9de411bb693b914395e (patch) | |
tree | 7ff66f9a7e342ae8f4b7e117fba3da5dab289ee2 /op-mode-definitions | |
parent | 1ea678753355726a39cabfcc1cc54f1c01bd87e3 (diff) | |
download | vyos-1x-41807725cad3266bf426a9de411bb693b914395e.tar.gz vyos-1x-41807725cad3266bf426a9de411bb693b914395e.zip |
dhcp: op-mode: xml: fix duplicate help string
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/dhcp.xml.in | 4 |
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> |