From 250818b3b2259e9d3728281d6ccfc097f8c5c2c8 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 18 Aug 2025 11:34:55 +0200 Subject: [PATCH] document networking flag better --- cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.md b/cli.md index d631bd5b..59e5e528 100644 --- a/cli.md +++ b/cli.md @@ -36,7 +36,7 @@ LosslessCut --settings-json '{captureFormat:"jpeg", "keyframeCut":true}' ## Other options - `--locales-path` Customise path to locales (useful for [translators](./translation.md)). -- `--disable-networking` Turn off all network requests. +- `--disable-networking` Turn off all network requests (see [#1418](https://github.com/mifi/lossless-cut/issues/1418)). - `--http-api` Start the [HTTP server with an API](./api.md) to control LosslessCut, optionally specifying a port (default `8080`). - `--keyboard-action` Run a keyboard action (see below.) - `--config-dir` Path to a directory where the `config.json` file will be stored and loaded from. Note: don't include `config.json` in the path (only the directory containing it).