From e2092d5e604360b057241c189fc52956bb0186f9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Nov 2025 18:37:26 +0530 Subject: [PATCH] ... --- kittens/choose_files/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kittens/choose_files/main.py b/kittens/choose_files/main.py index 22bc22275..8b20d90b0 100644 --- a/kittens/choose_files/main.py +++ b/kittens/choose_files/main.py @@ -81,8 +81,8 @@ opt('video_preview', 'width=480 fps=10 duration=5', long_text=''' Control how videos are sampled for previwing. The width controls the size of the generated thumbnail from the video. Duration controls how long the generated thumbnail plays for, in seconds. Note that when -changing these you should also use :option:`--clear-cache` otherwise it will -not affect already cached previews. +changing these you should also use the :code:`--clear-cache` flag +otherwise it will not affect already cached previews. ''')