Skip to content

Commit

Permalink
Docs: Use <> to describe necessary command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
czs108 committed Feb 6, 2024
1 parent 9abdc62 commit 8fd01c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ PE文件加壳前,使用一些反汇编工具可以自动分析其汇编代码
对可执行文件加壳时,需要指定其*输入路径**输出路径*

```powershell
PE-Packer input-file output-file
PE-Packer <input-file> <output-file>
```

例如:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The project must configure on/for **Windows 32-bit** and can only process **32-b
To pack a program, you must specify its *input name* and the *output name*.

```powershell
PE-Packer input-file output-file
PE-Packer <input-file> <output-file>
```

For example:
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxygen/main_page.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* To pack a program, you must specify its *input name* and the *output name*.
*
* ```powershell
* PE-Packer input-file output-file
* PE-Packer <input-file> <output-file>
* ```
*
* For example:
Expand Down

0 comments on commit 8fd01c7

Please sign in to comment.