Skip to content

Commit e0cbfd2

Browse files
authored
Merge pull request #3 from DefensiveOrigins/main
Fix formatting in README.md for clarity
2 parents a6ced5f + 9ad705b commit e0cbfd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Simple python to count hosts in a list of subnets and ip addresses
66

77
This script reads a file containing IPv4 CIDR notations or individual IP addresses and calculates the total number of valid hosts. It excludes network and broadcast addresses for subnets, but counts single IPs (e.g., `10.0.0.5`) as one valid host.
88

9+
910
## Features
1011

1112
- Accepts a file containing:
@@ -15,7 +16,7 @@ This script reads a file containing IPv4 CIDR notations or individual IP address
1516
- Ignores empty lines and lines starting with `#`
1617
- Warns about invalid lines with a descriptive message
1718
- Identifies duplicates (-D to list hosts appearing in multiple files)
18-
- Calculates RFC1918 private vs public host counts (-r)
19+
- Calculates RFC1918 private vs public host counts (-r)
1920

2021
## Usage
2122

0 commit comments

Comments
 (0)