Skip to content

Commit 8284d7d

Browse files
committed
docs: format md
1 parent 7ece6f6 commit 8284d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ where:
3737
* If `-i` is specified without a value (and any other parameters are unspecified), a list of active interfaces is printed to `stdout` and the program terminates with `0` exit code (additional information beyond the interface list is welcome but not required).
3838
* `-w 3000` is the timeout in milliseconds to wait for a response during scanning of a host. This parameter is optional, in its absence the value 1000 (i.e., one second) is used.
3939
* `-s 192.168.1.0/24` or `-s fd00:cafe:0000:face::0/120` specifies which segments to scan using IPv4 or IPv6. There can be multiple segments to be scanned (i.e., **the `-s` argument can be repeated** when the program is called).
40-
* The application must be able to infer the correct network address and the resulting number of hosts to be scanned from the user input of the `-s` argument.
41-
* The application does not have to deal with the "bloat" of the `-s` argument input with respect to the number of hosts being scanned (e.g., too short netmask or prefix length, for instance `-s 10.0.0.0/8`) or the location of the segment being scanned (i.e., attempting to ARP scan a network to which the computer is not directly connected).
40+
* The application must be able to infer the correct network address and the resulting number of hosts to be scanned from the user input of the `-s` argument.
41+
* The application does not have to deal with the "bloat" of the `-s` argument input with respect to the number of hosts being scanned (e.g., too short netmask or prefix length, for instance `-s 10.0.0.0/8`) or the location of the segment being scanned (i.e., attempting to ARP scan a network to which the computer is not directly connected).
4242
* All arguments can be in any order.
4343

4444
### Execution Examples

0 commit comments

Comments
 (0)