diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-21 22:35:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 22:35:43 +0200 |
commit | 69ad00f3e589a1d6d17ef02c884c0ba0d9cf6b66 (patch) | |
tree | f422a16e27499c8f4c86a2ea2e4063f07b8bd5c6 /interface-definitions/interfaces-wireless.xml.in | |
parent | 32df4dc8fbd28115c0c3fa7f529db9377fdfe8b5 (diff) | |
parent | 6ffda0ee36db8f23d022119b5a532863fad4fbf2 (diff) | |
download | vyos-1x-69ad00f3e589a1d6d17ef02c884c0ba0d9cf6b66.tar.gz vyos-1x-69ad00f3e589a1d6d17ef02c884c0ba0d9cf6b66.zip |
Merge pull request #1366 from c-po/t1748-cli-help
vbash: beautify tab completion output/line breaks
Diffstat (limited to 'interface-definitions/interfaces-wireless.xml.in')
-rw-r--r-- | interface-definitions/interfaces-wireless.xml.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/interface-definitions/interfaces-wireless.xml.in b/interface-definitions/interfaces-wireless.xml.in index eb6107303..daee770a9 100644 --- a/interface-definitions/interfaces-wireless.xml.in +++ b/interface-definitions/interfaces-wireless.xml.in @@ -716,9 +716,7 @@ </leafNode> <leafNode name="passphrase"> <properties> - <help>WPA personal shared pass phrase. If you are - using special characters in the WPA passphrase then single - quotes are required.</help> + <help>WPA personal shared pass phrase. If you are using special characters in the WPA passphrase then single quotes are required.</help> <valueHelp> <format>txt</format> <description>Passphrase of at least 8 but not more than 63 printable characters</description> |