Skip to content

Commit

Permalink
nit. add how to format flag in table
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Jan 4, 2024
1 parent ee6b045 commit 1121d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ Scriptlet settings can be configured via `*_script_flags` and `*_script_prog` se

| Flag | Setting Value | Description |
| ---- | ------------- | ----------- |
| `RPMSCRIPT_FLAG_EXPAND` | 1 | Enables macro expansion |
| `RPMSCRIPT_FLAG_QFORMAT` | 2 | Enables header query format expansion |
| `RPMSCRIPT_FLAG_CRITICAL` | 4 | Enables critical severity for scriplet success or failure |
| `RPMSCRIPT_FLAG_EXPAND` | 1 (`0b001`) | Enables macro expansion |
| `RPMSCRIPT_FLAG_QFORMAT` | 2 (`0b010`) | Enables header query format expansion |
| `RPMSCRIPT_FLAG_CRITICAL` | 4 (`0b100`) | Enables critical severity for scriplet success or failure |

**Example**

Expand Down

0 comments on commit 1121d85

Please sign in to comment.