forked from 0x2620/pandora
clenaup
This commit is contained in:
parent
9686aab860
commit
ac7ffb1845
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ class Command(BaseCommand):
|
|||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument('--all', action='store_true', dest='all',
|
||||
default=False, help='update all items, otherwise oldes N'),
|
||||
default=False, help='update all items, otherwise oldes N')
|
||||
parser.add_argument('-n', '--items', action='store', dest='items', type=int,
|
||||
default=30, help='number of items ot update'),
|
||||
default=30, help='number of items ot update')
|
||||
|
||||
def handle(self, **options):
|
||||
offset = 0
|
||||
|
|
Loading…
Reference in a new issue