From 7c2489cc3dc798484e11a449fd0e305210de901b Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 12月 2019 20:12:41 +0800 Subject: [PATCH] fix codacy warnings --- src/templates/licensecc_properties_test.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/licensecc_properties_test.h.in b/src/templates/licensecc_properties_test.h.in index 071b788..69cf35d 100644 --- a/src/templates/licensecc_properties_test.h.in +++ b/src/templates/licensecc_properties_test.h.in @@ -19,7 +19,7 @@ * command line parameters */ #define PARAM_BASE64 "base64" -#define PARAM_LICENSE_NAME "license-name" +#define PARAM_LICENSE_OUTPUT "output-file-name" #define PARAM_PRODUCT_NAME "product-name" #define PARAM_PROJECT_FOLDER "project-folder" #define PARAM_PRIMARY_KEY "primary-key" -- Gitblit v1.9.1