mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fatfsparse.py/docs: Added missing cmd parameter to the docs
This commit is contained in:
parent
fde4afc67a
commit
a542e9424c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user