Skip to content

Commit

Permalink
Updating Deprecated msg for 'browse' command
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokc9 committed Jul 30, 2024
1 parent 9ed2a49 commit e0122b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rootCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var (
Use: "browse",
Short: "Browse the contents of PVC or VolumeSnapshot",
Long: "Browse the contents of a CSI provisioned PVC or a CSI provisioned VolumeSnapshot.",
Deprecated: "we recommend you to use command 'browse pvc' instead. Command 'browse pvc' will support newer updates for browsing through the contents of a PVC.",
Deprecated: "use 'browse pvc' instead",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
return browsePvcCmd.RunE(cmd, args)
Expand Down

0 comments on commit e0122b3

Please sign in to comment.