mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
fix(rust): Correct version number in CLI parser
This commit is contained in:
@@ -28,7 +28,7 @@ const BURNEDIN_SUBTITLE_EXTRACTION: &str = "Burned-in subtitle extraction";
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(name = "CCExtractor")]
|
||||
#[command(author = "Carlos Fernandez Sanz, Volker Quetschke.")]
|
||||
#[command(version = "1.0")]
|
||||
#[command(version = "0.96.5")]
|
||||
#[command(about = "Teletext portions taken from Petr Kutalek's telxcc
|
||||
--------------------------------------------------------------------------
|
||||
Originally based on McPoodle's tools. Check his page for lots of information
|
||||
|
||||
Reference in New Issue
Block a user