Skip to content

Commit 53270ba

Browse files
committed
Refine label
1 parent 9caba07 commit 53270ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyarmor/learn/zh/commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pyarmor env
8282
conf [label="配置文件 .pyarmor/config"]
8383
info [label="工程信息"]
8484

85-
rank=same { conf -> init [label="读取配置" arrowhead=curve] }
85+
rank=same { conf -> init [label="传入配置" arrowhead=curve] }
8686
init -> info [label="显示"]
8787
}
8888

@@ -132,7 +132,7 @@ pyarmor build
132132
build [label="pyarmor build --list"]
133133
items [label="显示工程中包含的所有脚本名称"]
134134

135-
conf -> build [label="读取配置" arrowhead=curve]
135+
conf -> build [label="传入配置" arrowhead=curve]
136136
build -> items [label="根据项目选项配置进行搜索和过滤"]
137137
}
138138

0 commit comments

Comments
 (0)