Skip to content

Commit 59bb183

Browse files
committed
fix: update project description to reflect TCP/UDP flow load generator functionality
1 parent 0bb5b12 commit 59bb183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
// rootCmd represents the base command when called without any subcommands
2626
var rootCmd = &cobra.Command{
2727
Use: "tcpulse",
28-
Short: "tcpulse is a measurement tool for TCP connections in Go",
28+
Short: "tcpulse is a concurrent TCP/UDP load generator that provides fine-grained, flow-level control",
2929
}
3030

3131
func main() {

0 commit comments

Comments
 (0)