Skip to content

Commit

Permalink
doc: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Jul 16, 2024
1 parent e70f7fa commit 05dc7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub enum Command {
/// The path to the storage solution.
#[arg(short, long, default_value = snapshot::DEFAULT_DB_PATH)]
db_path: Option<String>,
/// Number of storage logs to stuff into one chunk.
/// Number of chunks to split storage chunks into.
#[arg(short, long, default_value_t = snapshot::DEFAULT_NUM_CHUNKS)]
num_chunks: usize,
/// The directory to export the snapshot files to.
Expand Down

0 comments on commit 05dc7ac

Please sign in to comment.