lib/ronin/cli/commands/asn.rb in ronin-2.0.0.beta4 vs lib/ronin/cli/commands/asn.rb in ronin-2.0.0.beta5
- old
+ new
@@ -38,11 +38,11 @@
# -v, --verbose Enables verbose output
# -U, --url URI Overrides the default ASN list URL (Default: https://iptoasn.com/data/ip2asn-combined.tsv.gz)
# -f, --file FILE Overrides the default ASN list file (Default: ~/.cache/ronin/ronin-support/ip2asn-combined.tsv.gz)
# -u, --update Updates the ASN list file
# -n, --number NUM|AS... Searches for all ASN records with the AS number
- # -C XX|None|Uknown, Searches for all ASN records with the country code
+ # -C XX|None|Unknown, Searches for all ASN records with the country code
# --country-code
# -N, --name NAME Searches for all ASN records with the matching name
# -I, --ip IP Queries the ASN record for the IP
# -4, --ipv4 Filter ASN records for only IPv4 ranges
# -6, --ipv6 Filter ASN records for only IPv6 ranges
@@ -94,10 +94,10 @@
end
option :country_code, short: '-C',
value: {
type: /[A-Z]{2}|None|Unknown/,
- usage: 'XX|None|Uknown'
+ usage: 'XX|None|Unknown'
},
desc: 'Searches for all ASN records with the country code'
option :name, short: '-N',
value: {