We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e70821 commit 3fde4a5Copy full SHA for 3fde4a5
1 file changed
src/uu/lscpu/src/lscpu.rs
@@ -64,8 +64,7 @@ pub fn uu_app() -> Command {
64
.action(ArgAction::SetTrue)
65
.help(
66
"Use hexadecimal masks for CPU sets (for example 'ff'). \
67
- The default is to print the sets in list format (for example 0,1). \
68
- 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).",
69
)
70
.required(false),
71
0 commit comments