You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/doggo/help.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ var appHelpTextTemplate = `{{ "NAME" | color "" "heading" }}:
56
56
{{"--ndots=INT" | color "yellow" ""}} Specify ndots parameter. Takes value from /etc/resolv.conf if using the system namesever or 1 otherwise.
57
57
{{"--tls-hostname=HOSTNAME" | color "yellow" ""}} Provide a hostname for doing verification of the certificate if the provided DoT nameserver is an IP.
58
58
{{"--skip-hostname-verification" | color "yellow" ""}} Skip TLS Hostname Verification in case of DOT Lookups.
59
-
{{"--header" | color "yellow" ""}} HTTP headers to supply to the resolver. Can supply multiple times.
59
+
{{"--header" | color "yellow" ""}} HTTP headers to supply to the resolver. Can supply multiple times.
60
60
61
61
{{ "Output Options" | color "" "heading" }}:
62
62
{{"-J, --json " | color "yellow" ""}} Format the output as JSON.
0 commit comments