commit 977f376ff96ef8fcc1e4d9c3e451c1405d6b3f0e
parent fa508a2cc84ade6dabb30a74268af4e2552f767e
Author: Matthias Jaros <jaros@mailbox.org>
Date: Mon, 30 Mar 2026 11:16:18 +0200
Fix tab alignment
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/it_jaros/network_scanner/CliParser.java b/src/main/java/com/it_jaros/network_scanner/CliParser.java
@@ -83,9 +83,9 @@ public class CliParser {
--timeout, -t:\t\tTimeout per connection attempt, 0 means infinite (Default: 1000)
--ports, -p:\t\tPorts to be scanned
--maxWorkersPerHost, -wh:\tVirtual Worker Threads run per Host. Higher doesn't mean necessarily faster. But the more you use the more RAM is required (Default: 1000)
- --maxHostsLimit, -tl:\\tMax number of Hosts that are scanned at the same time (Default: 10)
- --showFilteredPorts, -sf:\\\\tShow also filtered ports
- --disableHostCheck, -dt:\\\\\\\\tDon't check if Host is reachable
+ --maxHostsLimit, -tl:\tMax number of Hosts that are scanned at the same time (Default: 10)
+ --showFilteredPorts, -sf:\tShow also filtered ports
+ --disableHostCheck, -dt:\tDon't check if Host is reachable
Examples:
java -jar scanner.jar localhost