Skip to content

Commit 3fde4a5

Browse files
committed
lscpu: remove irrelevant info from help text
1 parent 3e70821 commit 3fde4a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/uu/lscpu/src/lscpu.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ pub fn uu_app() -> Command {
6464
.action(ArgAction::SetTrue)
6565
.help(
6666
"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.",
67+
The default is to print the sets in list format (for example 0,1).",
6968
)
7069
.required(false),
7170
)

0 commit comments

Comments
 (0)