From 7e4e14dde5fbfade46311fbf75386d5371062d7d Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 24 10月 2020 19:59:33 +0800 Subject: [PATCH] review of disk strategy linux --- doc/usage/issue-licenses.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/issue-licenses.md b/doc/usage/issue-licenses.md index 6bc5dc9..b977bbe 100644 --- a/doc/usage/issue-licenses.md +++ b/doc/usage/issue-licenses.md @@ -40,7 +40,7 @@ ``` cd projects/DEFAULT #(or whatever your project name is) -lcc license issue --client-signature XXXX-XXXX-XXXX-XXXX -o licenses/{license-file-name}.lic +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` @@ -52,7 +52,7 @@ |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. | -- Gitblit v1.9.1