Updated Usage (markdown)
3
Usage.md
3
Usage.md
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user