diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index cc57376..b5ea027 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,6 +20,11 @@ fn main() { .long("device") .value_name("DEVICE") .help("Target specific device address")) + .arg(Arg::with_name("subtitles") + .short("s") + .long("subtitles") + .value_name("SUBTITLES") + .help("Subtitles file to use with the video")) .arg(Arg::with_name("FILE") .value_name("FILE") .help("Media file to stream") |
