lscpu: remove irrelevant info from help text

This commit is contained in:
Daniel Hofstetter 2025-01-29 16:44:33 +01:00
parent 3e70821c43
commit 3fde4a5df9

@ -64,8 +64,7 @@ pub fn uu_app() -> Command {
.action(ArgAction::SetTrue)
.help(
"Use hexadecimal masks for CPU sets (for example 'ff'). \
The default is to print the sets in list format (for example 0,1). \
Note that before version 2.30 the mask has been printed with 0x prefix.",
The default is to print the sets in list format (for example 0,1).",
)
.required(false),
)