mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
Update umap/management/commands/empty_trash.py
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
c4c874c5c2
commit
88ed5af776
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from umap.models import Map
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
help = "Remove maps in trash. Eg.: umap purge_deleted --days 7"
|
help = "Remove maps in trash. Eg.: umap empty_trash --days 7"
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Reference in a new issue