Skip to content

Commit

Permalink
README.md: Minor reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Sep 5, 2019
1 parent bc9702f commit 292ba01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ that can be used to explore the filesystem and extract files from it.

# Command-Line Tools

- *exfat_print_boot_sector_header*: Dump filesystem parameters. Largely sourced
from the boot-sector header.
- *exfat_list_contents*: List all files with or without complete directory-entry
information.
- *exfat_extract_file*: Extract a single file to a file or STDOUT. May also be
used to print all clusters and sectors visited for the extraction.
- *exfat_print_boot_sector_header*: Dump filesystem parameters. Largely sourced
from the boot-sector header.


# Notes
Expand All @@ -32,7 +32,7 @@ that can be used to explore the filesystem and extract files from it.
villagers rejoiced).

- Allocation bitmaps are not read, so it's not possible to know which clusters
are or are not used. This is not requird for browsing the filesystem or
are or are not used. This is not required for browsing the filesystem or
reading files.

- Timestamps are accurate to one second.

0 comments on commit 292ba01

Please sign in to comment.