We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a636c9c + 14c181a commit 6e0daadCopy full SHA for 6e0daad
1 file changed
libsql-server/src/main.rs
@@ -185,7 +185,7 @@ struct Cli {
185
#[clap(long, env = "SQLD_CHECKPOINT_INTERVAL_S")]
186
checkpoint_interval_s: Option<u64>,
187
188
- /// 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
189
/// namespace `default`. This flag disables that.
190
#[clap(long)]
191
disable_default_namespace: bool,
0 commit comments