Skip to content

Commit 3e7b246

Browse files
committed
Optional number of connections.
1 parent b3e9731 commit 3e7b246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/synflood.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fn print_help() !void {
147147
var stdout = std.io.getStdOut().writer();
148148

149149
const help =
150-
\\Usage: synflood [-h|--help] -s <IP> -d <IP> -p <PORT> -c <NUM>
150+
\\Usage: synflood [-h|--help] -s <IP> -d <IP> -p <PORT> [-c <NUM>]
151151
\\
152152
\\Options:
153153
\\-h, --help Print this help.

0 commit comments

Comments
 (0)