Skip to content

Commit

Permalink
Drop non-existent workspace get command from help output
Browse files Browse the repository at this point in the history
Drops the kubectl kcp workspace get example from help output as it is not a
valid command.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Feb 6, 2023
1 parent 9954055 commit 248fd6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cliplugins/workspace/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ var (
# short-hand for the use syntax
%[1]s workspace my-workspace
# list sub-workspaces in the current workspace
%[1]s get workspaces
# enter a given absolute workspace
%[1]s workspace root:default:my-workspace
Expand Down

0 comments on commit 248fd6f

Please sign in to comment.