From 4162afc6746bd8f9f44836bb1fcc4494d9831bae Mon Sep 17 00:00:00 2001 From: flowerinthenight Date: Fri, 22 May 2020 00:02:56 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ef377..1a3ae49 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ kubepfm --target ns=default:mypod:8080:1222 # With context. Useful if you need to port-forward to different clusters in one go. $ kubepfm --target ctx=devcluster:ns=default:mypod:8080:1222 \ - --target ctx=prodcluster:ns=default:mypod:8081:1222 + --target ctx=prodcluster:ns=default:mypod:8081:1222 ``` You can also pipe input from STDIN as well.