From 2cea33763d2aaf51e63f8b21d23ca0507e5a33ac Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Fri, 11 Aug 2023 00:37:14 -0400 Subject: [PATCH] Fix margin help --- auto_editor/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_editor/help.py b/auto_editor/help.py index 0df27d110..d0e661390 100644 --- a/auto_editor/help.py +++ b/auto_editor/help.py @@ -177,7 +177,7 @@ - `--margin 6` - `--margin 4,10` - `--margin 0.3s,0.5s` - = `==margin 1:12.5` ; 1 minute, 12.5 seconds + - `--margin 1:12.5` ; 1 minute, 12.5 seconds Behind the scenes, margin is a function that operates on boolean arrays (where 1 represents "loud" and 0 represents "silence")