We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f06e8 commit 07cfe39Copy full SHA for 07cfe39
1 file changed
src/args.rs
@@ -42,7 +42,7 @@ use text_block_macros::text_block;
42
" $ pdu --min-ratio=0"
43
" $ pdu --min-ratio=0.05"
44
" $ pdu --min-ratio=0 --json-output | jq"
45
- " $ pdu --min-ratio=0 --json-input < disk-usage.json"
+ " $ pdu --json-input < disk-usage.json"
46
},
47
48
after_long_help = text_block! {
@@ -78,7 +78,7 @@ use text_block_macros::text_block;
78
79
""
80
" Visualize existing JSON representation of disk usage data"
81
82
83
84
color = ColorChoice::Never,
0 commit comments