Remove unused --dry-run option from repoclean

This commit is contained in:
Greg Neagle
2016-08-15 09:05:31 -07:00
parent 4f1321c1e9
commit 5d605a4b0c
-2
View File
@@ -453,8 +453,6 @@ def main():
parser = optparse.OptionParser(usage=usage)
parser.add_option('--version', '-V', action='store_true',
help='Print the version of the munki tools and exit.')
parser.add_option('--dry-run', action='store_true',
help='Print what would be done, but make no changes.')
parser.add_option('--keep', '-k', default=2,
help='Keep this many versions of a specific variation. '
'Defaults to 2.')