Skip to content

Commit 0a4da65

Browse files
committed
chore(git): merge from master
2 parents 45ea30f + f692b91 commit 0a4da65

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/args.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ use text_block_macros::text_block;
1919
2020
version,
2121
22+
about = "Summarize disk usage of the set of files, recursively for directories.",
23+
2224
long_about = text_block! {
2325
"Summarize disk usage of the set of files, recursively for directories."
2426
""
@@ -27,7 +29,7 @@ use text_block_macros::text_block;
2729
},
2830
2931
after_help = text_block! {
30-
"EXAMPLES:"
32+
"Examples:"
3133
" $ pdu"
3234
" $ pdu path/to/file/or/directory"
3335
" $ pdu file.txt dir/"
@@ -41,7 +43,7 @@ use text_block_macros::text_block;
4143
},
4244
4345
after_long_help = text_block! {
44-
"EXAMPLES:"
46+
"Examples:"
4547
" Show disk usage chart of current working directory"
4648
" $ pdu"
4749
""

0 commit comments

Comments
 (0)