Skip to content

Commit

Permalink
ocrd.cli doc: don't rewrap description lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 30, 2024
1 parent 8911c3b commit 98d97fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ocrd/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ def get_help(self, ctx):
\b
{config.describe('OCRD_DOWNLOAD_INPUT')}
\b
{config.describe('OCRD_MISSING_INPUT')}
{config.describe('OCRD_MISSING_INPUT', wrap_text=False)}
\b
{config.describe('OCRD_MISSING_OUTPUT')}
{config.describe('OCRD_MISSING_OUTPUT', wrap_text=False)}
\b
{config.describe('OCRD_EXISTING_OUTPUT')}
{config.describe('OCRD_EXISTING_OUTPUT', wrap_text=False)}
\b
{config.describe('OCRD_METS_CACHING')}
\b
Expand Down

0 comments on commit 98d97fc

Please sign in to comment.