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
# If -D not used, but duplicates exist, print a concise note that duplicates were found and are only counted once
80
+
ifnotargs.duplicatesandduplicate_count>0:
81
+
print(f"\nNote: {duplicate_count} host(s) were found in more than one file but are only counted once in the total unique host count. Use -D to list them.")
82
+
71
83
ifargs.rfc1918:
72
84
print("\nRFC1918 breakdown per file:")
73
85
forfnameinsorted(file_hosts_map.keys()):
@@ -81,21 +93,13 @@ def main():
81
93
print(f"\nTotals across all files: {total_rfc} RFC1918, {total_non_rfc} non-RFC1918")
0 commit comments