We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe78162 commit 1329821Copy full SHA for 1329821
libsql-server/src/main.rs
@@ -144,7 +144,7 @@ struct Cli {
144
#[clap(long, env = "SQLD_HEARTBEAT_URL")]
145
heartbeat_url: Option<String>,
146
147
- /// The HTTP "Authornization" header to include in the a server heartbeat
+ /// The HTTP "Authorization" header to include in the a server heartbeat
148
/// `POST` request.
149
/// By default, the server doesn't send a heartbeat.
150
#[clap(long, env = "SQLD_HEARTBEAT_AUTH")]
0 commit comments