diff --git a/src/ferryctl/cmd/copy_source.go b/src/ferryctl/cmd/copy_source.go index 2e5f41b..7ffd63d 100644 --- a/src/ferryctl/cmd/copy_source.go +++ b/src/ferryctl/cmd/copy_source.go @@ -39,7 +39,7 @@ var copySourceCmd = &cobra.Command{ func init() { CopyCmd.AddCommand(copySourceCmd) - CopyCmd.PersistentFlags().BoolVarP(&skipIndex, "skip-index", "si", false, "Skip updating the index of the target") + CopyCmd.PersistentFlags().BoolVarP(&skipIndex, "skip-index", "x", false, "Skip updating the index of the target") } func copySource(cmd *cobra.Command, args []string) {