mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/add-missing-cmd-parameter-fatfsparse' into 'master'
fatfsparse.py/docs: Added missing cmd parameter to the docs See merge request espressif/esp-idf!19301
This commit is contained in:
commit
59ecac263e
@ -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