diff options
author | erkin <e.altunbas@vyos.io> | 2021-02-24 10:45:03 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-02-24 10:45:03 +0300 |
commit | 76540a879ba577f574f7736f8034c7aaa6888164 (patch) | |
tree | 453331ed6c868a8a38bba722aca7a48887529c9e /op-mode-definitions/pppoe-server.xml.in | |
parent | 06024ee642f9b0bd5658a91009ca9739dba52b6d (diff) | |
download | vyos-1x-76540a879ba577f574f7736f8034c7aaa6888164.tar.gz vyos-1x-76540a879ba577f574f7736f8034c7aaa6888164.zip |
op-mode: Correct help messages
Diffstat (limited to 'op-mode-definitions/pppoe-server.xml.in')
-rw-r--r-- | op-mode-definitions/pppoe-server.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/op-mode-definitions/pppoe-server.xml.in b/op-mode-definitions/pppoe-server.xml.in index 6d89b3e77..6efdc5a48 100644 --- a/op-mode-definitions/pppoe-server.xml.in +++ b/op-mode-definitions/pppoe-server.xml.in @@ -4,7 +4,7 @@ <children> <node name="pppoe-server"> <properties> - <help>Show pppoe-server status</help> + <help>Show PPPoE server status</help> </properties> <children> <leafNode name="sessions"> @@ -21,7 +21,7 @@ </leafNode> <leafNode name="interfaces"> <properties> - <help>Show interfaces where pppoe-server listens on</help> + <help>Show interfaces where PPPoE server listens on</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="pppoe interface show"</command> </leafNode> @@ -51,13 +51,13 @@ <children> <leafNode name="all"> <properties> - <help>Terminate all pppoe-server users</help> + <help>Terminate all PPPoE server users</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="terminate all"</command> </leafNode> <tagNode name="interface"> <properties> - <help>Terminate a ppp interface</help> + <help>Terminate a PPP interface</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="terminate if $4"</command> </tagNode> @@ -85,7 +85,7 @@ <children> <leafNode name="enable"> <properties> - <help>Deny new connections and stop to serve pppoe after disconnect last session</help> + <help>Deny new connections and stop serving PPPoE after disconnecting the last session</help> </properties> <command>${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="shutdown soft"</command> </leafNode> |