hasp_login增加die_at_expiration=1参数;授权探测间隔从30分钟调整为15分钟;hasp_monitor隐藏-i命令行参数

This commit is contained in:
luwenpeng
2023-10-24 14:01:53 +08:00
parent 1c1186e36a
commit f3f6ca1fc8
2 changed files with 11 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ static void usage(char *cmd)
{
fprintf(stderr, "USAGE: %s [OPTIONS]\n", cmd);
fprintf(stderr, " -f -- set feature id\n");
fprintf(stderr, " -i -- set interval second\n");
fprintf(stderr, " -h -- show help\n");
}