From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 摹曛, 29 5月 2025 18:14:38 +0800
Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop

---
 doc/usage/issue-licenses.md |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/usage/issue-licenses.md b/doc/usage/issue-licenses.md
index 6bc5dc9..83a7347 100644
--- a/doc/usage/issue-licenses.md
+++ b/doc/usage/issue-licenses.md
@@ -1,7 +1,7 @@
 # Issue licenses
 
 The easiest way to issue licenses is to enter the project library and create the following project structure:
-The projects folder can be anyware. We created one in `open-license-manager/projects` for your convenience (and for testing purposes). A default project<sup>1</sup> named `DEFAULT` has been created for you when you configured the project with cmake.
+The projects folder can be anyware. We created one in `licensecc/projects` for your convenience (and for testing purposes). A default project<sup>1</sup> named `DEFAULT` has been created for you when you configured the project with cmake.
 You can re-configure the project with the `LCC_PROJECT_NAME` cmake variable to create a new project.
  
 ```
@@ -39,10 +39,10 @@
 Once you have the hardware identifier you can issue the command:
 
 ```
-cd projects/DEFAULT #(or whatever your project name is) 
-lcc license issue --client-signature XXXX-XXXX-XXXX-XXXX -o licenses/{license-file-name}.lic
+cd projects/DEFAULT #(or whatever your `lcc-project` is) 
+lcc license issue --client-signature XXXX-XXXX-XXXX -o licenses/{license-file-name}.lic
 ```
-usually this command is issued in the host machine where you compiled `licensecc`
+to create the license file (usually this command is issued in the host machine where you compiled `licensecc`).
 
 ## Full set of options
 A good way to start exploring available options is the command: `lcc license issue --help`
@@ -52,10 +52,11 @@
 |base64,b          | the license is encoded for inclusion in environment variables                                |
 |valid-from        | Specify the start of the validity for this license. Format YYYY-MM-DD. If not specified defaults to today. |
 |valid-to          | The expire date for this license. Format YYYY-MM-DD. If not specified the license won't expire |
-|client-signature  | The signature of the hardware where the licensed software will run. It should be in the format XXXX-XXXX-XXXX-XXXX. If not specified the license won't be linked to a specific pc. |
+|client-signature  | The signature of the hardware where the licensed software will run. It should be in the format XXXX-XXXX-XXXX. If not specified the license won't be linked to a specific pc. |
 |output-file-name  | License output file path.                                                                    |
 |extra-data        | Application specific data. They'll be returned when calling the `acquire_license` method   |
 |feature-names     | Comma separated list of features to license. See `multi-feature` discussion.               |
 
 Note:
-<sup>1</sup> a project is a container for the customizations of open-license-manager. In special way its keys and build parameters. The name should reflect the name of the software you want to add a license to. The project name appears in the license file.
\ No newline at end of file
+<sup>1</sup> a project is a container for the customizations of licensecc. In special way its keys and build parameters. 
+The name should reflect the name of the software you want to add a license to. The project name appears in the license file.
\ No newline at end of file

--
Gitblit v1.9.1