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 4a49a7f commit f692b91Copy full SHA for f692b91
1 file changed
src/args.rs
@@ -29,7 +29,7 @@ use text_block_macros::text_block;
29
},
30
31
after_help = text_block! {
32
- "EXAMPLES:"
+ "Examples:"
33
" $ pdu"
34
" $ pdu path/to/file/or/directory"
35
" $ pdu file.txt dir/"
@@ -43,7 +43,7 @@ use text_block_macros::text_block;
43
44
45
after_long_help = text_block! {
46
47
" Show disk usage chart of current working directory"
48
49
""
0 commit comments