#1108629 djvulibre-bin: dvjuextract only prints usage information on invocation

Package:
djvulibre-bin
Source:
djvulibre-bin
Description:
Utilities for the DjVu image format
Submitter:
Borden
Date:
2025-07-01 21:15:02 UTC
Severity:
normal
#1108629#5
Date:
2025-07-01 21:12:46 UTC
From:
To:
Good afternoon,

Attempting to run `dvjuextract <djvufile> -page=<num>` prints the usage
information and does nothing. I've tried variants of this command including:

dvjuextract -page=<num> <djvufile>
dvjuextract --page=<num> <djvufile>
dvjuextract <djvufile> --page=<num>
dvjuextract <djvufile> --page <num>
dvjuextract --page <num> <djvufile>
dvjuextract <djvufile> -page <num>
dvjuextract -page <num> <djvufile>

... and got the exact same usage information output each time.

Expected behaviour: command extracts the DjVu pages to a new file or standard
output for redirection.