diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-01 21:00:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 21:00:22 +0200 |
commit | 2ba25761bd6e8c18ee2c25c5a49b60a49f185137 (patch) | |
tree | c4adb47a87fd1ecd874bc6eb3380eff2524efedc /op-mode-definitions | |
parent | 491556b732c47ac92d4e2a0e8e129d7c24b636fd (diff) | |
download | vyos-1x-2ba25761bd6e8c18ee2c25c5a49b60a49f185137.tar.gz vyos-1x-2ba25761bd6e8c18ee2c25c5a49b60a49f185137.zip |
op-mode: T3384: fix default help string for bandwidth test
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/monitor-bandwidth-test.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/monitor-bandwidth-test.xml.in b/op-mode-definitions/monitor-bandwidth-test.xml.in index f7ee242b7..965591280 100644 --- a/op-mode-definitions/monitor-bandwidth-test.xml.in +++ b/op-mode-definitions/monitor-bandwidth-test.xml.in @@ -9,7 +9,7 @@ <children> <node name="accept"> <properties> - <help>Wait for bandwidth test connections (default: TCP)</help> + <help>Wait for bandwidth test connections (port TCP/5001)</help> </properties> <command>/usr/bin/iperf -V -s</command> <children> |