Skip to content

Commit 10ce504

Browse files
committed
MAINT: Bugfix help-attribute of x2pdf
1 parent 3429c2f commit 10ce504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfly/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def update_offsets(
242242
pdfly.update_offsets.main(file_in, file_out, encoding, verbose)
243243

244244

245-
@entry_point.command(name="x2pdf", help=x2pdf.update_offsets.__doc__) # type: ignore[misc]
245+
@entry_point.command(name="x2pdf", help=pdfly.x2pdf.__doc__) # type: ignore[misc]
246246
def x2pdf(
247247
x: List[Path],
248248
output: Annotated[

0 commit comments

Comments
 (0)