From 84961924f7076169b596a7c6c4d132099df72a74 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 2 Oct 2024 21:46:11 +0300 Subject: [PATCH] pmt: README: correct incorrect content --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c51ce41..aa94671 100755 --- a/README.md +++ b/README.md @@ -21,11 +21,20 @@ Options: -v, --version See version. --help See this help message. +partition-size flags: + --only-size Only the size is displayed, the partition name etc is not displayed. + --as-byte Display size as byte. + --as-kilobyte Display size as kilobyte. + --as-megabyte Display size as megabyte. + --as-gigabyte Display size as gigabyte. + Examples: pmt backup boot_a -P /dev/block/platform/bootdevice/by-name pmt flash boot_a /sdcard/twrp/boot.img -c /dev/block/platform/bootdevice/by-name pmt format system_a ext4 --logical pmt -P /dev/block/platform/bootdevice/by-name --list + pmt partition-size boot --as-byte + pmt partition-size system --only-size --as-gigabyte --logical Report bugs and suggestions to ```