From 80f6a802f67d79ca1fd88d7ac5949aa4e2fc482c Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:14:36 -0700 Subject: [PATCH] Fixes export on the import c&p --- src/documents/management/commands/document_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/management/commands/document_exporter.py b/src/documents/management/commands/document_exporter.py index e9c006cae..3f9143f44 100644 --- a/src/documents/management/commands/document_exporter.py +++ b/src/documents/management/commands/document_exporter.py @@ -155,7 +155,7 @@ class Command(BaseCommand): "--data-only", default=False, action="store_true", - help="If set, only the database will be exported, not files", + help="If set, only the database will be imported, not files", ) parser.add_argument(