diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-20 08:50:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 08:50:34 +0100 |
| commit | dffe642fee356b9063a269eb2d244f14d4cc2036 (patch) | |
| tree | 20c5482cf5a887929846db69086365893ff4f0a9 | |
| parent | 617c99b89aa2b9df985f573159d78212983a5451 (diff) | |
| parent | b7a192654499eff068e35bfb334e7e7d95a27a97 (diff) | |
| download | vyos-1x-dffe642fee356b9063a269eb2d244f14d4cc2036.tar.gz vyos-1x-dffe642fee356b9063a269eb2d244f14d4cc2036.zip | |
Merge pull request #4902 from Firefishy/patch-1
T8107: Fix help text for WWAN interface information
| -rw-r--r-- | op-mode-definitions/show-interfaces-wwan.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-wwan.xml.in b/op-mode-definitions/show-interfaces-wwan.xml.in index 3520e754c..b80d803de 100644 --- a/op-mode-definitions/show-interfaces-wwan.xml.in +++ b/op-mode-definitions/show-interfaces-wwan.xml.in @@ -12,7 +12,7 @@ <children> <leafNode name="detail"> <properties> - <help>Show detailed Wireless Modem (WWAN( interface information</help> + <help>Show detailed Wireless Modem (WWAN) interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=wwan</command> </leafNode> |
