Skip to content

Commit

Permalink
Update docs for --info
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Tao <[email protected]>
  • Loading branch information
Rtoax committed Oct 14, 2024
1 parent 2a5209d commit 5ccd14c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ https://github.com/Rtoax/ulpatch/blob/master/CONTRIBUTING.md
**Describe the bug (Required)**
A clear and concise description of what the bug is.

- **Software Environment (Required)**:
**Software Environment (Required)**:
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GLibc Version (e.g., ldconfig (GNU libc) 2.38) :
-- GCC/Compiler version (e.g., gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6)) :
-- You can directly use the --info parameter to view system and ULPatch related information:
-- Or, you could use the `--info` parameter directly to display above and ULPatch information:
such as **ulpatch --info**

**To Reproduce (Required)**
Steps to reproduce the behavior:
Expand Down
5 changes: 3 additions & 2 deletions .gitlab/issue_templates/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ https://github.com/Rtoax/ulpatch/blob/master/CONTRIBUTING.md
**Describe the bug (Required)**
A clear and concise description of what the bug is.

- **Software Environment (Required)**:
**Software Environment (Required)**:
-- OS platform and distribution (e.g., Linux Ubuntu 16.04):
-- GLibc Version (e.g., ldconfig (GNU libc) 2.38) :
-- GCC/Compiler version (e.g., gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6)) :
-- You can directly use the --info parameter to view system and ULPatch related information:
-- Or, you could use the `--info` parameter directly to display above and ULPatch information:
such as **ulpatch --info**

**To Reproduce (Required)**
Steps to reproduce the behavior:
Expand Down
2 changes: 1 addition & 1 deletion docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In my opinion, if you want to develop and participate in the development of this
You can view unfinished development tasks in [TODO-List](./TODO.md), and you need to obey the [Coding Style](./code-style.md) and [Contributing](./CONTRIBUTING.md) rules.


### C Compile Macros
### CMake Compile Macros

#### CONFIG_CAPSTONE

Expand Down

0 comments on commit 5ccd14c

Please sign in to comment.