diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-09-11 14:40:38 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-12 19:01:31 +0000 |
commit | 52a298d64efbfb0c0a7e8893c164037fcbb10963 (patch) | |
tree | 3bc6ab4d2b9ede9e8c5b5324326946366a8cabe9 | |
parent | 8a7f850a6023a0cb86631b5c049309ff0995001e (diff) | |
download | vyos-1x-52a298d64efbfb0c0a7e8893c164037fcbb10963.tar.gz vyos-1x-52a298d64efbfb0c0a7e8893c164037fcbb10963.zip |
T6703: shorten help descriptionmergify/bp/circinus/pr-4046
(cherry picked from commit 9fcf711e669f00df8313887a801130f4bb3826df)
-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> |