diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt/src/cli.rs b/crates/yt/src/cli.rs index 73a857b..952cd53 100644 --- a/crates/yt/src/cli.rs +++ b/crates/yt/src/cli.rs @@ -432,7 +432,7 @@ pub enum CacheCommand { /// Invalidate all cache entries Invalidate { /// Also delete the cache path - #[arg(short, long)] + #[arg(short = 'f', long)] hard: bool, }, |