Skip to content

Commit

Permalink
Update node/tools/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno França <[email protected]>
  • Loading branch information
pompon0 and brunoffranca authored Dec 16, 2024
1 parent 5e32ac7 commit b2bee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tools/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Cli {
#[arg(long, conflicts_with = "config_path")]
config: Option<String>,
/// Path to the rocksdb database of the node.
/// If not provided, an inmemory database will be used instead.
/// If not provided, an in-memory database will be used instead.
#[arg(long)]
database: Option<PathBuf>,
}
Expand Down

0 comments on commit b2bee8a

Please sign in to comment.