Skip to content

Commit

Permalink
doc(tui): fix outdated comment for DEFAULT_DNS_RESOLVE_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jul 21, 2024
1 parent a7e85fd commit c14bc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trippy-tui/src/config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::time::Duration;
/// The default value for `mode`.
pub const DEFAULT_MODE: Mode = Mode::Tui;

/// The default value for `all_resolved_ips`.
/// The default value for `dns-resolve-all`.
pub const DEFAULT_DNS_RESOLVE_ALL: bool = false;

/// The default value for `log-format`.
Expand Down

0 comments on commit c14bc3a

Please sign in to comment.