Skip to content

Commit

Permalink
Show the default query QTYPE in the CLI help.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Jul 24, 2024
1 parent 7098eb2 commit 8a949a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Query {
qname: NameOrAddr,

/// The record type to look up
#[arg(value_name = "QUERY_TYPE")]
#[arg(value_name = "QUERY_TYPE", default_value = "AAAA or PTR")]
qtype: Option<Rtype>,

/// The server to send the query to. System servers used if missing
Expand Down

0 comments on commit 8a949a6

Please sign in to comment.