Skip to content

Commit

Permalink
Fix command args
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Oct 1, 2024
1 parent 2e1fe52 commit dd10872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readux_ingest_ecds/management/commands/add_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Command(BaseCommand):

def add_arguments(self, parser):
parser.add_argument(
"volume", type=str, help="PID for volume/manifest to be generated."
"--volume", type=str, help="PID for volume/manifest to be generated."
)

def handle(self, *args, **options):
Expand Down

0 comments on commit dd10872

Please sign in to comment.