aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunchul Lee <hyc.lee@gmail.com>2022-10-18 16:09:09 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2022-10-19 22:26:42 +0900
commit71e1a3a03fe456e1e521a1beb4a77b2d8526b5a0 (patch)
tree983a72e92560e2b6f54d7bb497886da614264c2a
parenta1bcd263d3f73681ac755296b2804c820175b1ac (diff)
downloadexfatprogs-71e1a3a03fe456e1e521a1beb4a77b2d8526b5a0.tar.gz
exfatprogs: update README.md
Update the description about exfat2img. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 155dc21..d640c06 100644
--- a/README.md
+++ b/README.md
@@ -94,11 +94,7 @@ Usage example:
Dump metadata of an exFAT filesystem
Usage example:
- 1. Dump metadata into a sparse file
- exfat2img -o sda1.dump /dev/sda1
- 2. Dump metadata into standard out and restore a partition
- exfat2img -o - /dev/sda1 | bzip2 > sda1.dump.bz2
- bzip2 -dc sda1.dump.bz2 | exfat2img -o /dev/sdb1 -
+ exfat2img -o sda1.dump /dev/sda1
```