From 35b89433a3c50314dec0f861236fad570d6bac7d Mon Sep 17 00:00:00 2001 From: wangyu Date: Thu, 7 Sep 2023 05:44:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20builder/README.md.=20=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E6=96=87=E6=A1=A3=E8=A7=84=E8=8C=83=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E5=B0=86=E2=80=9C=E9=BB=98=E8=AE=A4=E5=80=BC=E2=80=9D=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E2=80=9C=E7=BC=BA=E7=9C=81=E5=80=BC?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyu --- builder/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/README.md b/builder/README.md index e0cf66e4..1711bf62 100644 --- a/builder/README.md +++ b/builder/README.md @@ -42,8 +42,8 @@ Options: | ---- | ---- | ---- | ---- | |-n, --patch-name ``````|补丁名称|字符串|必选参数,需符合RPM命名规范| |--patch-arch ``````|补丁架构|字符串|默认为当前架构,需符合RPM命名规范| -|--patch-version ``````|补丁版本号|字符串|默认值为1,需符合RPM命名规范| -|--patch-release ``````|补丁release|数字|默认值为1,需符合RPM命名规范| +|--patch-version ``````|补丁版本号|字符串|缺省值为1,需符合RPM命名规范| +|--patch-release ``````|补丁release|数字|缺省值为1,需符合RPM命名规范| |--patch-description ``````|补丁描述|字符串|默认为(none)| |-s, --source ``````|目标软件src.rpm源码包路径|字符串|必选参数,需为合法路径| |-d, --debuginfo ``````|目标软件debuginfo包路径|字符串|必选参数,需为合法路径| -- Gitee