diff --git a/README.md b/README.md index d639938..5051c38 100644 --- a/README.md +++ b/README.md @@ -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**