diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-09-11 14:40:38 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-09-11 14:40:38 +0200 |
commit | 9fcf711e669f00df8313887a801130f4bb3826df (patch) | |
tree | aa4b0c7b62b3977308bd8df4198f9cd7952be877 /interface-definitions | |
parent | f00d43381516326061db5287d841ad52e79d6271 (diff) | |
download | vyos-1x-9fcf711e669f00df8313887a801130f4bb3826df.tar.gz vyos-1x-9fcf711e669f00df8313887a801130f4bb3826df.zip |
T6703: shorten help description
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system_option.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index d15e391f5..dc9958ff5 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -57,15 +57,15 @@ </completionHelp> <valueHelp> <format>active</format> - <description>This is the low-level firmware control mode based on the profile set and the system governor has no effect</description> + <description>The firmware controls performance states and the system governor has no effect</description> </valueHelp> <valueHelp> <format>passive</format> - <description>The driver allows the system governor to manage CPU frequency while providing available performance states</description> + <description>Allow the system governor to manage performance states</description> </valueHelp> <valueHelp> <format>guided</format> - <description>The driver allows to set desired performance levels and the firmware selects a performance level in this range and fitting to the current workload</description> + <description>The firmware controls performance states guided by the system governor</description> </valueHelp> </properties> </leafNode> |