Change "balance" to "ondemand" in help info for "xenpm set-cpufreq-cppc"
Fixes: 81ce87fc5e36 (xen/cpufreq: rename cppc preset name to "XEN_SYSCTL_CPPC_SET_PRESET_ONDEMAND") Signed-off-by: Penny Zheng <penny.zh...@amd.com> --- v6 -> v7: - new commit --- tools/misc/xenpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/xenpm.c b/tools/misc/xenpm.c index 6ba7cb2302..6b054b10a4 100644 --- a/tools/misc/xenpm.c +++ b/tools/misc/xenpm.c @@ -69,7 +69,7 @@ void show_help(void) " set-max-cstate <num>|'unlimited' [<num2>|'unlimited']\n" " set the C-State limitation (<num> >= 0) and\n" " optionally the C-sub-state limitation (<num2> >= 0)\n" - " set-cpufreq-cppc [cpuid] [balance|performance|powersave] <param:val>*\n" + " set-cpufreq-cppc [cpuid] [ondemand|performance|powersave] <param:val>*\n" " set Hardware P-State (HWP) parameters\n" " on CPU <cpuid> or all if omitted.\n" " optionally a preset of one of:\n" -- 2.34.1