Skip to content

Commit

Permalink
fix: fallback typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Sep 13, 2024
1 parent 8a1ba79 commit 14c181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ struct Cli {
#[clap(long, env = "SQLD_CHECKPOINT_INTERVAL_S")]
checkpoint_interval_s: Option<u64>,

/// By default, all request for which a namespace can't be determined fallaback to the default
/// By default, all request for which a namespace can't be determined fallback to the default
/// namespace `default`. This flag disables that.
#[clap(long)]
disable_default_namespace: bool,
Expand Down

0 comments on commit 14c181a

Please sign in to comment.