From 2c93d5329833453bde99dedfb2c5be4d581ae5f8 Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Thu, 23 Oct 2025 10:37:13 +0800 Subject: [PATCH] Fix formatting issue in CLI documentation --- docs/en/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index 42f9893702..a686dcca51 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -349,7 +349,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. +* `--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