From a859835b17141dc49283531cda67436797843509 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 10 Apr 2025 11:34:14 +0300 Subject: [PATCH] Update index.md --- docs/en/cli/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index 38503b73be..a9caa0b6bb 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -342,6 +342,7 @@ Note that this command can upgrade your solution from a previous version, and al * `--solution-name` or `-sn`: Specify the solution name. Search `*.sln` files in the directory by default. * `--check-all`: Check the new version of each package separately. Default is `false`. * `--version` or `-v`: Specifies the version to use for update. If not specified, latest version is used. +* * `--leptonx-version` or `-lv`: Specifies the LeptonX version to use for update. If not specified, latest version or the version that is compatible with `--version` argument is used. ### clean