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