Updated Usage (markdown)

2025-08-28 10:42:30 +03:00
parent a99ee07189
commit 4b3b60fe25

@@ -146,7 +146,8 @@ pmt info partition(s) [OPTIONS]
**Example usages:**\
`pmt info boot` - Example output: `partition=boot size=100663296 isLogical=false`\
`pmt info boot -J` - Example output: `{"partitions": [ { "isLogical": false, "name": "boot", "size": 100663296 } ] }`\
`pmt info boot -J --json-partition-name=partitionName` - Example output: `{"partitions": [ { "isLogical": false, "partitionName": "boot", "size": 100663296 } ] }`
`pmt info boot -J --json-partition-name=partitionName` - Example output: `{"partitions": [ { "isLogical": false, "partitionName": "boot", "size": 100663296 } ] }`\
`pmt info get-all -J` - Use `get-all` or `getvar-all` for processing all partitions.
---