diff --git a/Cargo.lock b/Cargo.lock index 4c64b46..51cc4ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "registry_wizard" -version = "0.3.2" +version = "0.3.3" dependencies = [ "bgpkit-parser", "cidr-utils", diff --git a/Cargo.toml b/Cargo.toml index 35be388..4b9a6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry_wizard" -version = "0.3.2" +version = "0.3.3" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 37161de..fedbb74 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Commands: roa ROA file generation (various formats) dns DNS zone file and trust anchor generation (for use with PowerDNS) object_metadata Object metadata output (JSON format) - graph Object registry objects with forward and backlinks (JSON format) + graph Registry object output with forward and backlinks (JSON format) hierarchical_prefixes Hierarchical prefix tree output (JSON format) remove_mnt Remove a list of maintainers along with all their objects from the registry mrt_activity Output last seen time for active ASNs in MRT RIB dumps. List inactive maintainers. @@ -24,4 +24,4 @@ Options: ``` ### Build notes -For the release target, ``musl-gcc`` is required. (``musl`` package on Arch Linux) +For the default build target, ``musl-gcc`` is required. (``musl`` package on Arch Linux) diff --git a/src/main.rs b/src/main.rs index 4d59e56..b378c5a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,7 +71,7 @@ fn main() { .help("Don't output objects without keys (useful if filtering)"), ]), Command::new("graph") - .about("Object registry objects with forward and backlinks (JSON format)") + .about("Registry object output with forward and backlinks (JSON format)") .arg( Arg::new("graph_category") .help("Only output specific object types (i.e. aut-num)")