Skip to content

Commit

Permalink
fix(linter): improve formatting of --any query option description
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofcornejo committed Jul 5, 2024
1 parent 045f0e3 commit 4185f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/doggo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ const completionSpec: Fig.Spec = {
description: "Performs a reverse DNS lookup for an IPv4 or IPv6 address",
},
{
name: ["--any"],
description: "Query all supported DNS record types (A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, TXT, CAA)",
name: "--any",
description:
"Query all supported DNS record types (A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, TXT, CAA)",
},
{
name: "--strategy",
Expand Down

0 comments on commit 4185f21

Please sign in to comment.