From a3cb513096a6ce22ba3f3449f3c129c3061d9aa3 Mon Sep 17 00:00:00 2001 From: kalebs-anotheraxiom <127455380+kalebs-anotheraxiom@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:40:06 -0400 Subject: [PATCH] Update cli.md Fix Link from configStore.js to configStore.ts --- cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.md b/cli.md index 67ce519..835bb11 100644 --- a/cli.md +++ b/cli.md @@ -26,7 +26,7 @@ LosslessCut file1.mp4 file2.mkv ``` ## Override settings (experimental) -See [available settings](https://github.com/mifi/lossless-cut/blob/master/src/main/configStore.js). Note that this is subject to change in newer versions. ⚠️ If you specify incorrect values it could corrupt your configuration file. You may use JSON or JSON5. Example: +See [available settings](https://github.com/mifi/lossless-cut/blob/master/src/main/configStore.ts). Note that this is subject to change in newer versions. ⚠️ If you specify incorrect values it could corrupt your configuration file. You may use JSON or JSON5. Example: ```bash LosslessCut --settings-json '{captureFormat:"jpeg", "keyframeCut":true}' ```