fatfsparse.py/docs: Added missing cmd parameter to the docs

This commit is contained in:
Martin Gaňo 2022-07-29 15:27:44 +02:00
parent fde4afc67a
commit a542e9424c
2 changed files with 2 additions and 2 deletions

View File

@ -144,4 +144,4 @@ It is a reverse tool of (:component_file:`fatfsgen.py<fatfs/fatfsgen.py>`), i.e.
Usage::
./fatfsparse.py [-h] [--long-name-support] fatfs_image.img
./fatfsparse.py [-h] [--long-name-support] [--wear-leveling] fatfs_image.img

View File

@ -141,4 +141,4 @@ FatFs 分区分析器
您可以使用::
./fatfsparse.py [-h] [--long-name-support] fatfs_image.img
./fatfsparse.py [-h] [--long-name-support] [--wear-leveling] fatfs_image.img