Skip to content

Commit

Permalink
fixed bug on alignment and issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dandyvica committed Jan 15, 2025
1 parent aad8228 commit 52a3176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dqy"
edition = "2021"
version = "0.5.1" #:version
version = "0.5.2" #:version
authors = ["Alain Viguier <[email protected]>"]
description = """
dqy is a DNS query tool inspired by dig, drill and dog.
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Project home page: https://github.com/dandyvica/dqy"#,
Caveats:
- all options starting with a dash (-) should be placed after optional [TYPES] [DOMAIN] [@RESOLVER].
- whenever you enter a domain name, it must ends with the root (.). E.g.: fr. or mx.
- whenever you enter a singl-label domain name, it must ends with the root (.). E.g.: fr. or mx.
Supported query types: {}
"#,
Expand Down

0 comments on commit 52a3176

Please sign in to comment.