From cb53959f13bb46a69104cd13cfae6a06d8801590 Mon Sep 17 00:00:00 2001 From: Suleiman Dibirov Date: Mon, 15 Apr 2024 20:48:40 +0300 Subject: [PATCH] Merged lines --- cmd/kubens/help.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/kubens/help.go b/cmd/kubens/help.go index de9c044..027d333 100644 --- a/cmd/kubens/help.go +++ b/cmd/kubens/help.go @@ -35,8 +35,7 @@ func printUsage(out io.Writer) error { help := `USAGE: %PROG% : list the namespaces in the current context %PROG% : change the active namespace of current context - %PROG% --force : force change the active namespace of current context (even if it doesn't exist) - %PROG% --f : force change the active namespace of current context (even if it doesn't exist) + %PROG% --force/-f : force change the active namespace of current context (even if it doesn't exist) %PROG% - : switch to the previous namespace in this context %PROG% -c, --current : show the current namespace %PROG% -h,--help : show this message