diff --git a/main.go b/main.go index 385b3d8..9e23c76 100644 --- a/main.go +++ b/main.go @@ -40,7 +40,7 @@ type options struct { func main() { rootCtx := context.Background() opt := options{ - streamPrefix: "[%pn/%pN:%c] >>", + streamPrefix: "[%pN/%pn:%c] >>", } pflag.StringVar(&opt.kubeconfig, "kubeconfig", opt.kubeconfig, "kubeconfig file to use (uses $KUBECONFIG by default)")