Skip to content

Commit

Permalink
Fix vague CLI option documentation; closes #314 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon authored Oct 29, 2023
1 parent 2c49b0f commit 62c0fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 62c0fbf

Please sign in to comment.