summaryrefslogtreecommitdiff
path: root/archivist/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivist/cli.py')
-rw-r--r--archivist/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivist/cli.py b/archivist/cli.py
index 95b19d3..01c0b57 100644
--- a/archivist/cli.py
+++ b/archivist/cli.py
@@ -19,7 +19,7 @@ def init():
@db.command()
@click.confirmation_option(prompt="Are you sure you want to drop the database?")
-def drop(force):
+def drop():
"""Completely drop all tables."""
from .model import drop_all
drop_all()