mirror of
https://github.com/distribution/distribution.git
synced 2025-09-02 23:45:53 +00:00
Merge pull request #1675 from sergeyfd/master
Fix wording for dry-run flag in usage message for garbage collector.
This commit is contained in:
@@ -135,7 +135,7 @@ func markAndSweep(ctx context.Context, storageDriver driver.StorageDriver, regis
|
||||
}
|
||||
|
||||
func init() {
|
||||
GCCmd.Flags().BoolVarP(&dryRun, "dry-run", "d", false, "do everything expect remove the blobs")
|
||||
GCCmd.Flags().BoolVarP(&dryRun, "dry-run", "d", false, "do everything except remove the blobs")
|
||||
}
|
||||
|
||||
var dryRun bool
|
||||
|
Reference in New Issue
Block a user