Skip to content

Commit 22de525

Browse files
Update some help text
1 parent a347d92 commit 22de525

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/par3cmd/main.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ static void print_help(void)
3737
{
3838
printf(
3939
"Usage:\n"
40-
" par3 -h : show this help\n"
41-
" par3 -V : show version\n"
42-
" par3 -VV : show version and copyright\n\n"
40+
" par3 -h : Show this help\n"
41+
" par3 -V : Show version\n"
42+
" par3 -VV : Show version and copyright\n\n"
4343
" par3 tc [options] <PAR3 file> [files] : Try to create PAR3 files\n"
4444
" par3 te [options] <PAR3 file> [file] : Try to extend PAR3 files\n"
4545
" par3 c(reate) [options] <PAR3 file> [files] : Create PAR3 files\n"
@@ -65,8 +65,8 @@ static void print_help(void)
6565
"Options: (create)\n"
6666
" -b<n> : Set the Block-Count\n"
6767
" -s<n> : Set the Block-Size (don't use both -b and -s)\n"
68-
" -r<n> : Level of redundancy (%%)\n"
69-
" -rm<n> : Maximum redundancy (%%)\n"
68+
" -r<n> : Level of redundancy (percentage)\n"
69+
" -rm<n> : Maximum redundancy (percentage)\n"
7070
" -c<n> : Recovery Block-Count (don't use both -r and -c)\n"
7171
" -cf<n> : First Recovery-Block-Number\n"
7272
" -cm<n> : Maximum Recovery Block-Count\n"

0 commit comments

Comments
 (0)