From e402274bebd2bda5addb7cd3997fcbf39c89f864 Mon Sep 17 00:00:00 2001 From: docs-drift operator Date: Mon, 8 Jun 2026 03:39:45 +0300 Subject: [PATCH] docs: fix env var names in README examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 725ac08..6b184e3 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,14 @@ The maximum number of characters of the filename label displayed next to the pro $> BAR_FILENAME_LENGTH=7 ffmpeg-bar -i in.mp4 output.mp4 ``` -##### `BAR_BEAM_RATIO ` +##### `BAR_SIZE_RATIO ` The share of (available) horizontal display real estate the progress bar beam should occupy *(default: 0.75)* ###### Example ```bash -$> BAR_BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4 +$> BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4 ``` ## Requirements