Skip to content

Commit

Permalink
updatd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Sep 26, 2018
1 parent 24d32c9 commit 02bb94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongolog/management/commands/ml_purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def purge(self, **options):
console.warn("Total docs to remove: %s", total)

def delete(self, **options):
""" Delete all records older than --days={n} """
""" Delete all records older than --delete={n} """
days = options['delete']
console.warn("Looking for documents older than %s day's", days)

Expand Down

0 comments on commit 02bb94e

Please sign in to comment.