From 65454077a8c63b50adda4e8c6095c8f00675c4d2 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 08 3月 2020 21:45:16 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' of https://github.com/open-license-manager/open-license-manager.git into feature/pc_identifiers --- src/templates/licensecc_properties.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in index 402d91f..b8026f9 100644 --- a/src/templates/licensecc_properties.h.in +++ b/src/templates/licensecc_properties.h.in @@ -23,7 +23,7 @@ #define LCC_LICENSE_LOCATION_ENV_VAR "LICENSE_LOCATION" #define LCC_LICENSE_DATA_ENV_VAR "LICENSE_DATA" /** - * Environment variable that if defined will change the identification strategy used to generate the pc identifier. + * Environment variable that if defined will change the identification strategy used to generate the hardware identifier. * If a client has an unstable pc-identifier use this variable to generate one. * Valid values are integers defined in `LCC_IDENTIFICATION_STRATEGY` enum. */ -- Gitblit v1.9.1