Skip to content

Commit 4f19e42

Browse files
authored
Update input.rs (#726)
Updated a TOML syntax error scan_order = "Serial"
1 parent f181070 commit 4f19e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ impl Config {
281281
/// addresses = ["127.0.0.1", "127.0.0.1"]
282282
/// ports = [80, 443, 8080]
283283
/// greppable = true
284-
/// scan_order: "Serial"
284+
/// scan_order = "Serial"
285285
/// exclude_ports = [8080, 9090, 80]
286286
/// udp = false
287287
///

0 commit comments

Comments
 (0)