Merge pull request #174 from chrismeyersfsu/fix-cleanup_jobs_help

added default --days value to --help
This commit is contained in:
Chris Meyers 2015-04-29 13:50:41 -04:00
commit 4d8c4a7b63

View File

@ -23,7 +23,7 @@ class Command(NoArgsCommand):
option_list = NoArgsCommand.option_list + (
make_option('--days', dest='days', type='int', default=90, metavar='N',
help='Remove jobs/updates executed more than N days ago'),
help='Remove jobs/updates executed more than N days ago. Defaults to 90.'),
make_option('--dry-run', dest='dry_run', action='store_true',
default=False, help='Dry run mode (show items that would '
'be removed)'),