From 74897ff9d5aa8339f03388a0b380ec6c5ad6d54a Mon Sep 17 00:00:00 2001 From: Hugo-X Date: Sat, 26 Aug 2023 02:02:21 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3log=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hugo-X --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 787c30e..849b8af 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ opensca-cli -url ${url} -token ${token} -path ${project_path} -out ${filename}.$ | `progress` | `bool` | 显示进度条 | `-progress` | | `dedup` | `bool` | 相同组件去重 | `-dedup` | | `dironly` | `bool` | 跳过解压步骤直接分析目录 | `-dironly` | -| `log` | `bool` | 指定日志文件位置 | `-log` | +| `log` | `string` | 指定日志文件位置 | `-log` | **1.0.9及以上版本**支持配置maven私服库,需要在配置文件config.json里进行配置,格式如下: -- Gitee