Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Aug 14, 2024
1 parent f2ba87e commit 5097bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse-admin/src/bin/clickhouse-admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use std::net::{SocketAddr, SocketAddrV6};
enum Args {
/// Start the ClickHouse admin server
Run {
/// Socket address for a running clickhouse server orr keeper instance
/// Socket address for a running clickhouse server or keeper instance
#[clap(long, short = 'a', action)]
clickhouse_address: SocketAddrV6,

Expand Down

0 comments on commit 5097bfb

Please sign in to comment.