From 3fbc5d0acacc1f46682cfa123b696ba8def74531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Fri, 15 Aug 2025 15:49:20 +0300 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Usage.md b/Usage.md index a1cdfb1..3f738c8 100644 --- a/Usage.md +++ b/Usage.md @@ -49,7 +49,7 @@ pmt [OPTIONS] [SUBCOMMAND] ## Subcommands -### 1. `backup` +### 1. Back upping partition(s) Backup partitions to files. General syntax: ```bash pmt backup partition(s) [output(s)] [OPTIONS] @@ -74,7 +74,7 @@ pmt backup partition(s) [output(s)] [OPTIONS] --- -### 2. `flash` +### 2. Flashing image(s) to partition(s) Flash an image or multiple images to partitions. general syntax: ```bash pmt flash partition(s) image(s) [OPTIONS] @@ -95,7 +95,7 @@ pmt flash partition(s) image(s) [OPTIONS] --- -### 3. `erase` +### 3. Erasing partition(s) content(s) Fill partition(s) with zero bytes (like `dd if=/dev/zero of=/dev/block/by-name/`). General syntax: ```bash pmt erase partition(s) [OPTIONS] @@ -110,7 +110,7 @@ pmt erase partition(s) [OPTIONS] --- -### 4. `sizeof` +### 4. Getting size of partition(s) Show the size of partition(s). General syntax: ```bash pmt sizeof partition(s) [OPTIONS] @@ -130,7 +130,7 @@ pmt sizeof partition(s) [OPTIONS] --- -### 5. `info` +### 5. Getting information of partition(s) Show partition name, size, and dynamic status. General syntax: ```bash pmt info partition(s) [OPTIONS] @@ -150,7 +150,7 @@ pmt info partition(s) [OPTIONS] --- -### 6. `real-path` +### 6. Getting real path(s) of partition(s) Show the **absolute block device path** for each partition. General syntax: ```bash pmt real-path partition(s) [OPTIONS] @@ -165,7 +165,7 @@ pmt real-path partition(s) [OPTIONS] --- -### 7. `type` +### 7. Getting type(s) of partition(s) or image(s) Check magic numbers to determine file system or other types of partition(s) or image(s). General syntax: ```bash pmt type partition(s) [OPTIONS] @@ -182,7 +182,7 @@ pmt type partition(s) [OPTIONS] --- -### 8. `reboot` +### 8. Rebooting device Reboot the device. Default reboot target is normal. If you are using it via ADB terminal, you **DO NOT** need root to use this feature. General syntax: ```bash pmt reboot [rebootTarget] [OPTIONS] @@ -195,7 +195,7 @@ pmt reboot [rebootTarget] [OPTIONS] --- -### 9. `memtest` +### 9. Memory Speed Test Test your sequential (random tests is soon) read/write speed of your memory. ```bash pmt memtest [testPath]