Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Jul 28, 2024
1 parent 49a3539 commit d61e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct Cli {
#[clap(short='c', long="preload-chunkmap", value_enum, default_value="none")]
preload_chunkmap: PreloadChunkmapValue,

#[clap(short='r', long="redb-path", required_if_eq("preload-chunkmap", "redb"))]
#[clap(short='r', long="redb-path", required_if_eq("preload_chunkmap", "redb"))]
redb_path: Option<PathBuf>,
}

Expand Down

0 comments on commit d61e7b0

Please sign in to comment.