Skip to content

Commit

Permalink
fixup! Add VSOCK support
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Feb 29, 2024
1 parent 4ff54fc commit 2140051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Note: If qps is specified, burst will be ignored",
unix_socket: Option<std::path::PathBuf>,
#[cfg(feature = "vsock")]
#[clap(
help = "Connect to a VSOCK socket instead of the domain in the URL. Only for non-HTTPS URLs.",
help = "Connect to a VSOCK socket using 'cid:port' instead of the domain in the URL. Only for non-HTTPS URLs.",
long = "vsock-addr"
)]
vsock_addr: Option<VsockAddr>,
Expand Down

0 comments on commit 2140051

Please sign in to comment.