Skip to content

Commit

Permalink
Correct an issue for the memory-storage-service. (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik authored Aug 13, 2024
1 parent 560cbc3 commit 9615d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-storage-service/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ enum ServiceStoreServerOptions {
#[cfg(feature = "rocksdb")]
#[command(name = "rocksdb")]
RocksDb {
#[arg(long = "endpoint")]
#[arg(long = "path")]
path: String,
#[arg(long = "endpoint")]
endpoint: String,
Expand Down

0 comments on commit 9615d5e

Please sign in to comment.