Skip to content

Commit 989bd47

Browse files
committed
chore(git): merge from master
2 parents 06bb5f4 + 79d0b45 commit 989bd47

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dashmap = "6.1.0"
5757
derive_more = { version = "2.0.1", features = ["full"] }
5858
derive_setters = "0.1.8"
5959
fmt-iter = "0.2.1"
60-
into-sorted = "0.0.2"
60+
into-sorted = "0.0.3"
6161
itertools = "0.14.0"
6262
pipe-trait = "0.4.0"
6363
rayon = "1.10.0"

src/args.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use text_block_macros::text_block;
4444
" $ pdu --min-ratio=0"
4545
" $ pdu --min-ratio=0.05"
4646
" $ pdu --min-ratio=0 --max-depth=inf --json-output | jq"
47-
" $ pdu --min-ratio=0 --json-input < disk-usage.json"
47+
" $ pdu --json-input < disk-usage.json"
4848
},
4949
5050
after_long_help = text_block! {
@@ -80,7 +80,7 @@ use text_block_macros::text_block;
8080
" $ pdu --min-ratio=0 --max-depth=inf --json-output | jq"
8181
""
8282
" Visualize existing JSON representation of disk usage data"
83-
" $ pdu --min-ratio=0 --json-input < disk-usage.json"
83+
" $ pdu --json-input < disk-usage.json"
8484
},
8585
8686
color = ColorChoice::Never,

0 commit comments

Comments
 (0)