File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,16 @@ The command line parameters for par2cmdline are as follow:
90
90
Options:
91
91
92
92
-b<n> : Set the Block-Count
93
- -s<n> : Set the Block-Size
93
+ -s<n> : Set the Block-Size (Don't use both -b and -s)
94
94
-r<n> : Level of Redundancy (%)
95
+ -c<n> : Recovery block count (don't use both -r and -c)
95
96
-f<n> : First Recovery-Block-Number
96
97
-u : Uniform recovery file sizes
97
- -n<n> : Number of recovery files
98
+ -l : Limit size of recovery files (Don't use both -u and -l)
99
+ -n<n> : Number of recovery files (Don't use both -n and -l)
98
100
-m<n> : Memory (in MB) to use
101
+ -v [-v]: Be more verbose
102
+ -q [-q]: Be more quiet (-qq gives silence)
99
103
-- : Treat all remaining CommandLine as filenames
100
104
101
105
If you wish to create par2 files for a single source file, you may leave
You can’t perform that action at this time.
0 commit comments