lscpu: remove irrelevant info from help text
This commit is contained in:
@ -64,8 +64,7 @@ pub fn uu_app() -> Command {
|
|||||||
.action(ArgAction::SetTrue)
|
.action(ArgAction::SetTrue)
|
||||||
.help(
|
.help(
|
||||||
"Use hexadecimal masks for CPU sets (for example 'ff'). \
|
"Use hexadecimal masks for CPU sets (for example 'ff'). \
|
||||||
The default is to print the sets in list format (for example 0,1). \
|
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.",
|
|
||||||
)
|
)
|
||||||
.required(false),
|
.required(false),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user