Skip to content

Commit

Permalink
Merged lines
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik committed Apr 15, 2024
1 parent 287c240 commit cb53959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/kubens/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ func printUsage(out io.Writer) error {
help := `USAGE:
%PROG% : list the namespaces in the current context
%PROG% <NAME> : change the active namespace of current context
%PROG% <NAME> --force : force change the active namespace of current context (even if it doesn't exist)
%PROG% <NAME> --f : force change the active namespace of current context (even if it doesn't exist)
%PROG% <NAME> --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
Expand Down

0 comments on commit cb53959

Please sign in to comment.