diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/src/cli.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/yt/src/cli.rs b/crates/yt/src/cli.rs index 20bce0d..3e59c55 100644 --- a/crates/yt/src/cli.rs +++ b/crates/yt/src/cli.rs @@ -264,8 +264,8 @@ pub(crate) struct SharedSelectionCommandArgs { pub(crate) subtitle_langs: Option<String>, /// The speed to set mpv to - #[arg(short, long)] - pub(crate) speed: Option<f64>, + #[arg(short = 's', long)] + pub(crate) playback_speed: Option<f64>, /// The short extractor hash pub(crate) hash: LazyExtractorHash, |