diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-05-24 16:44:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 16:44:33 +0700 |
commit | 7962382808975ef136d1b1c5e5105f86f07d924c (patch) | |
tree | 851661e19ba11322f1c038fb6c6b146dc545f741 | |
parent | 0aa5f38c6a7ee37687f95521bc6e85f776812e52 (diff) | |
parent | 5ba7e1e00a7f6cdbbd7e1af8ef42e87fa99f4c9a (diff) | |
download | vyos-1x-7962382808975ef136d1b1c5e5105f86f07d924c.tar.gz vyos-1x-7962382808975ef136d1b1c5e5105f86f07d924c.zip |
Merge pull request #426 from njh/pppoe-help-fix
Corrected help text for pppoe statistics command
-rw-r--r-- | op-mode-definitions/show-interfaces-pppoe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-pppoe.xml b/op-mode-definitions/show-interfaces-pppoe.xml index cd72bff7d..65363f7e2 100644 --- a/op-mode-definitions/show-interfaces-pppoe.xml +++ b/op-mode-definitions/show-interfaces-pppoe.xml @@ -15,7 +15,7 @@ <children> <leafNode name="statistics"> <properties> - <help>Show specified wirelessmodem interface statistics</help> + <help>Show PPPoE interface statistics</help> <completionHelp> <path>interfaces pppoe</path> </completionHelp> |