Skip to content

Commit

Permalink
chore: update help for addr
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Feb 13, 2023
1 parent 29b5207 commit cf9c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ func main() {
os.Exit(0)
}()

rootCmd.Flags().StringSliceVar(&targets, "target", targets, "fmt: [[ctx=context:ns=[namespace:]]pod-name-pattern:local-port:pod-port")
rootCmd.Flags().StringSliceVar(&targets, "target", targets, "fmt: [ctx=context:[ns=]namespace:]name|pattern:[localaddress:]localport:remoteport")
rootCmd.Execute()
}

0 comments on commit cf9c35d

Please sign in to comment.