Skip to content

Commit

Permalink
FIXUP: Add help info for the --debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Oct 8, 2024
1 parent 17d5e47 commit 55b170b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dangerzone/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ def print_header(s: str) -> None:
type=click.UNPROCESSED,
callback=args.validate_input_filenames,
)
@click.option("--debug", "debug", flag_value=True)
@click.option(
"--debug",
"debug",
flag_value=True,
help="Run Dangerzone in debug mode, and get more logs from the conversion process.")
@click.version_option(version=get_version(), message="%(version)s")
@errors.handle_document_errors
def cli_main(
Expand Down

0 comments on commit 55b170b

Please sign in to comment.