Skip to content

Commit

Permalink
Update cmd/rootCmd.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sirish Bathina <[email protected]>
  • Loading branch information
shlokc9 and bathina2 authored Aug 20, 2024
1 parent b3dcb80 commit dab6718
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 @@ -134,7 +134,7 @@ var (
restoreFileCmd = &cobra.Command{
Use: "file-restore",
Short: "Restore file(s) from a VolumeSnapshot to it's source PVC",
Long: "Restore file(s) from a given CSI provisioned VolumeSnapshot to the contents of it's source PVC.",
Long: "Restore file(s) from a given CSI provisioned VolumeSnapshot to a PVC.",
Args: cobra.ExactArgs(0),
RunE: func(cmd *cobra.Command, args []string) error {
return FileRestore(context.Background(),
Expand Down

0 comments on commit dab6718

Please sign in to comment.