Skip to content

Commit

Permalink
fix: add hardsubx note
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jan 14, 2024
1 parent 0e0edc6 commit cdb65f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rust/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@ pub struct Args {
#[arg(long, verbatim_doc_comment, help_heading=CCTRANSLATE_INTEGRATION)]
pub translate_auth: Option<String>,
/// Enable the burned-in subtitle extraction subsystem.
///
/// NOTE: This is needed to use the below burned-in
/// subtitle extractor options
#[arg(long, verbatim_doc_comment, help_heading=BURNEDIN_SUBTITLE_EXTRACTION)]
pub hardsubx: bool,
/// Search for burned-in ticker text at the bottom of
Expand Down

0 comments on commit cdb65f9

Please sign in to comment.