Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 50ea0a1

Browse files
committed
fix: better command description
1 parent f0c2774 commit 50ea0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/allow/allow.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var logPath string
2424

2525
var Cmd = &cobra.Command{
2626
Use: "allow",
27-
Short: "Adds allow rules for a process name by allowing its destination IPs from the packet log file",
27+
Short: "Allows a program by allowing its remote IPs from the packet log file",
2828
Run: func(cmd *cobra.Command, args []string) {
2929
if err := run(); err != nil {
3030
log.Fatalln(err)

0 commit comments

Comments
 (0)