mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Fix wording for dry-run flag in useage message for garbage collector.
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
This commit is contained in:
parent
51972682c7
commit
8775da93d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user