Skip to content

Commit

Permalink
Merge pull request #44 from getsolus/fix-skip-index-command
Browse files Browse the repository at this point in the history
copy_source: Rename skip-index short flag to '-x'
  • Loading branch information
ermo authored Oct 3, 2024
2 parents bfb5741 + 0be21f1 commit 006538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ferryctl/cmd/copy_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 006538b

Please sign in to comment.