Skip to content

Commit 64ce4ac

Browse files
authored
fix(args): Add --svc alias for --service for backwards compatibility
2 parents 9a76133 + 674b859 commit 64ce4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub struct Args {
227227
/// "all[EUC-KR]") and it will encode specified charset to
228228
/// UTF-8 using iconv. See iconv documentation to check if
229229
/// required encoding/charset is supported.
230-
#[arg(long="service", value_name="services", verbatim_doc_comment, help_heading=OPTION_AFFECT_PROCESSED)]
230+
#[arg(long="service", alias="svc", value_name="services", verbatim_doc_comment, help_heading=OPTION_AFFECT_PROCESSED)]
231231
pub cea708services: Option<String>,
232232
/// With the exception of McPoodle's raw format, which is just the closed
233233
/// caption data with no other info, CCExtractor can usually detect the

0 commit comments

Comments
 (0)