main.rs: fix typo (#204)

Thank you :)
This commit is contained in:
Justin 2023-12-29 20:50:28 +08:00 committed by GitHub
parent d270be22ad
commit 0e05469fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ struct Wstunnel {
)] )]
nb_worker_threads: Option<u32>, nb_worker_threads: Option<u32>,
/// Control the log verbosity. i.e: TRACE, DEBUG, INFO, WARNING, ERROR /// Control the log verbosity. i.e: TRACE, DEBUG, INFO, WARN, ERROR, OFF
/// for more details: https://docs.rs/env_logger/0.10.1/env_logger/#enabling-logging /// for more details: https://docs.rs/env_logger/0.10.1/env_logger/#enabling-logging
#[arg( #[arg(
long, long,