Fix vague CLI option documentation; closes #314 (#316)

This commit is contained in:
cyqsimon
2023-10-29 21:25:49 +08:00
committed by GitHub
parent 2c49b0fc12
commit 62c0fbf128

View File

@@ -29,7 +29,7 @@ pub struct Opt {
pub dns_server: Option<Ipv4Addr>,
#[arg(long)]
/// Enable logging to a file
/// Enable debug logging to a file
pub log_to: Option<PathBuf>,
#[command(flatten)]