Make tldr-bot happy

This commit is contained in:
Zlatan Vasović
2020-01-30 11:25:22 +01:00
parent 1f51696e83
commit 972359f339
3 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
# f3fix
> Edit the partition table of a fake flash drive
> Edit the partition table of a fake flash drive.
> See also `f3probe`, `f3write`, `f3read`.
> More information: <http://oss.digirati.com.br/f3/>.
- Fill a fake flash drive with a single partition that matches it's real capacity:
- Fill a fake flash drive with a single partition that matches its real capacity:
`sudo f3fix {{/dev/device_name}}`
@@ -15,4 +15,3 @@
- Specify the filesystem:
`sudo f3fix --fs-type={{filesystem_type}} {{/dev/device_name}}`