Skip to content

Commit

Permalink
fix: minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: slayer321 <sachin.maurya7666@gmail.com>
  • Loading branch information
slayer321 committed May 31, 2022
1 parent 3e14485 commit 6a5ee85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/observe/flows.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ more.`,

filterFlags.Var(filterVar(
"from-ip", ofilter,
"Show all flows originating at the given IP address.Each of the source ips can be specified as an exact match (e.g. '1.1.1.1') or as a CIDR range (e.g.'1.1.1.0/24')."))
"Show all flows originating at the given IP address. Each of the source IPs can be specified as an exact match (e.g. '1.1.1.1') or as a CIDR range (e.g.'1.1.1.0/24')."))
filterFlags.Var(filterVar(
"ip", ofilter,
"Show all flows related to the given IP address."))
filterFlags.Var(filterVar(
"to-ip", ofilter,
"Show all flows terminating at the given IP address.Each of the destination ips can be specified as an exact match (e.g. '1.1.1.1') or as a CIDR range (e.g.'1.1.1.0/24')."))
"Show all flows terminating at the given IP address. Each of the destination IPs can be specified as an exact match (e.g. '1.1.1.1') or as a CIDR range (e.g.'1.1.1.0/24')."))

filterFlags.VarP(filterVarP(
"ipv4", "4", ofilter, nil,
Expand Down

0 comments on commit 6a5ee85

Please sign in to comment.