From 4b3b60fe25e07e14e138e2a55c11a5d31d5f1935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Thu, 28 Aug 2025 10:42:30 +0300 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 4fb8a0b..8371b84 100644 --- a/Usage.md +++ b/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. ---