diff options
| author | zy <[email protected]> | 2024-03-18 05:51:27 -0400 |
|---|---|---|
| committer | zy <[email protected]> | 2024-03-18 05:51:27 -0400 |
| commit | 66db85d2431ea1aabe1a44d7445bfe2596ac0b14 (patch) | |
| tree | 263dae33be56a2bb279ba2e2c1108571a170f8ea | |
| parent | 148e4d0dd456f3fc78bdd2d4cbf3539ed65a837e (diff) | |
移除 hasp_update help 信息中 "demo" 提示v1.0.12-20240318
| -rw-r--r-- | platform/src/hasp_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/src/hasp_demo.c b/platform/src/hasp_demo.c index c04153f..d020630 100644 --- a/platform/src/hasp_demo.c +++ b/platform/src/hasp_demo.c @@ -216,7 +216,7 @@ int main(void) hasp_size_t fsize; unsigned int i; - printf("A simple demo program for the Sentinel LDK licensing functions\n"); + printf("A program for the Sentinel LDK licensing functions\n"); printf("Copyright (C) SafeNet, Inc. All rights reserved.\n\n"); /************************************************************************ |
