Skip to content

Commit f692b91

Browse files
committed
docs(cli): fix the heading of examples
1 parent 4a49a7f commit f692b91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/args.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use text_block_macros::text_block;
2929
},
3030
3131
after_help = text_block! {
32-
"EXAMPLES:"
32+
"Examples:"
3333
" $ pdu"
3434
" $ pdu path/to/file/or/directory"
3535
" $ pdu file.txt dir/"
@@ -43,7 +43,7 @@ use text_block_macros::text_block;
4343
},
4444
4545
after_long_help = text_block! {
46-
"EXAMPLES:"
46+
"Examples:"
4747
" Show disk usage chart of current working directory"
4848
" $ pdu"
4949
""

0 commit comments

Comments
 (0)