scx_lavd: Add same power mode clarification to --no-prefer-turbo-core

This commit is contained in:
Avraham Hollander 2024-08-27 23:06:31 -04:00
parent 250eacdcab
commit 2a3cbeb760

View File

@ -101,7 +101,8 @@ struct Opts {
#[clap(long = "prefer-little-core", action = clap::ArgAction::SetTrue)]
prefer_little_core: bool,
/// Do not specifically prefer to schedule on turbo cores.
/// Do not specifically prefer to schedule on turbo cores. Normally set by the power mode, but
/// can be set independently if desired.
#[clap(long = "no-prefer-turbo-core", action = clap::ArgAction::SetTrue)]
no_prefer_turbo_core: bool,