Skip to content

Commit

Permalink
docs(nat-detection): doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee authored and jacderida committed Jul 1, 2024
1 parent 8b0d0a4 commit 823ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nat-detection/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const RETRY_INTERVAL: Duration = Duration::from_secs(10);
/// - 11: Public under UPnP
/// - 12: Private or Unknown NAT
#[derive(Debug, Parser)]
#[clap(version, author)]
#[clap(version, author, verbatim_doc_comment)]
struct Opt {
/// Port to listen on.
///
Expand Down

0 comments on commit 823ae09

Please sign in to comment.