Skip to content

Commit 710eac1

Browse files
committed
Fix typos
1 parent fe33b5c commit 710eac1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pyarmor/docs/en/user/man.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ Generate obfuscated scripts for project
447447
.. option:: --autofix {0,1,2,3}
448448

449449
This option can fix refactor issues for complex scripts, it support 3 modes
450+
450451
- 1: simple way, but many attributes may not be renamed
451452
- 2: normal way, most attributes will be renamed, but sometimes need manually update the rules
452453
- 3: difficult way, it could rename attributes as many as possible (more than mode 2), need manually add most of rules

pyarmor/docs/en/user/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ First create one project which only include one script `foo.py`::
4747

4848
Then build this project with target :option:`--rft`::
4949

50-
$ pyarmor build --rst
50+
$ pyarmor build --rft
5151

5252
It will generate final script in the default path `dist`, check it::
5353

pyarmor/docs/zh/user/tutorials.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pyarmor 发布在 PyPI 上面,使用下面的命令直接安装::
4747

4848
然后构建工程,指定输出类型为重构型脚本::
4949

50-
$ pyarmor build --rst
50+
$ pyarmor build --rft
5151

5252
默认输出是在 `dist` ,查看输出脚本::
5353

@@ -88,7 +88,7 @@ Pyarmor 发布在 PyPI 上面,使用下面的命令直接安装::
8888

8989
然后再次执行重构命令::
9090

91-
$ pyarmor build --rst
91+
$ pyarmor build --rft
9292

9393
运行重构后的脚本::
9494

0 commit comments

Comments
 (0)