Show More
@@ -63,7 +63,8 class Command(BasePasterCommand): | |||||
63 | log.info('Scan completed added: %s removed:%s' % (added, removed)) |
|
63 | log.info('Scan completed added: %s removed: %s' % (added, removed)) | |
64 |
|
64 | |||
65 | def update_parser(self): |
|
65 | def update_parser(self): | |
66 |
self.parser.add_option( |
|
66 | self.parser.add_option( | |
|
67 | '--delete-obsolete', | |||
67 |
|
|
68 | action='store_true', | |
68 |
|
|
69 | help="Use this flag do delete repositories that are " | |
69 |
|
|
70 | "present in RhodeCode database but not on the filesystem", |
General Comments 0
You need to be logged in to leave comments.
Login now