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.
2 parents 45ea30f + f692b91 commit 0a4da65Copy full SHA for 0a4da65
1 file changed
src/args.rs
@@ -19,6 +19,8 @@ use text_block_macros::text_block;
19
20
version,
21
22
+ about = "Summarize disk usage of the set of files, recursively for directories.",
23
+
24
long_about = text_block! {
25
"Summarize disk usage of the set of files, recursively for directories."
26
""
@@ -27,7 +29,7 @@ use text_block_macros::text_block;
27
29
},
28
30
31
after_help = text_block! {
- "EXAMPLES:"
32
+ "Examples:"
33
" $ pdu"
34
" $ pdu path/to/file/or/directory"
35
" $ pdu file.txt dir/"
@@ -41,7 +43,7 @@ use text_block_macros::text_block;
41
43
42
44
45
after_long_help = text_block! {
46
47
" Show disk usage chart of current working directory"
48
49
0 commit comments