Skip to content

Commit

Permalink
git: prune-packed
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Aug 16, 2024
1 parent 820a291 commit dad684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completers/git_completer/cmd/prunePacked.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var prunePackedCmd = &cobra.Command{
func init() {
carapace.Gen(prunePackedCmd).Standalone()

prunePackedCmd.Flags().BoolP("dry-run", "n", false, "dry run")
prunePackedCmd.Flags().BoolP("quiet", "q", false, "be quiet")
prunePackedCmd.Flags().BoolP("dry-run", "n", false, "only show objects that would have been removed")
prunePackedCmd.Flags().BoolP("quiet", "q", false, "squelch the progress indicator")
rootCmd.AddCommand(prunePackedCmd)
}

0 comments on commit dad684b

Please sign in to comment.