mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
improve helps
This commit is contained in:
parent
6654d9aa72
commit
9bbe8f9ff3
1 changed files with 2 additions and 2 deletions
|
|
@ -106,12 +106,12 @@ pub struct Archive {
|
||||||
#[arg(long, default_value_t = 200)]
|
#[arg(long, default_value_t = 200)]
|
||||||
pub(crate) merge_time_tolerance: u32,
|
pub(crate) merge_time_tolerance: u32,
|
||||||
#[arg(
|
#[arg(
|
||||||
help = "If the merge behavior is 'sync', specify the difference by which two fingerprints are considered equal"
|
help = "If the merge behavior is 'sync', specify the difference by which two fingerprints are considered equal, higher values can help if the algorithm fails"
|
||||||
)]
|
)]
|
||||||
#[arg(long, default_value_t = 6)]
|
#[arg(long, default_value_t = 6)]
|
||||||
pub(crate) sync_tolerance: u32,
|
pub(crate) sync_tolerance: u32,
|
||||||
#[arg(
|
#[arg(
|
||||||
help = "If the merge behavior is 'sync', specify the amount of offset determination runs from which the final offset is calculated"
|
help = "If the merge behavior is 'sync', specify the amount of offset determination runs from which the final offset is calculated, higher values will take a lot more time but will result in more precise offsets"
|
||||||
)]
|
)]
|
||||||
#[arg(long, default_value_t = 4)]
|
#[arg(long, default_value_t = 4)]
|
||||||
pub(crate) sync_precision: u32,
|
pub(crate) sync_precision: u32,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue