From: Angus Gratton Date: Tue, 14 Feb 2017 23:28:45 +0000 (+1100) Subject: partition table: Fix comment at top of gen_esp32part.py X-Git-Tag: v2.0-rc2~44^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24cfe78962887b85f49c56eea8d7a9f127805900;p=esp-idf partition table: Fix comment at top of gen_esp32part.py --- diff --git a/components/partition_table/gen_esp32part.py b/components/partition_table/gen_esp32part.py index 6d6137f172..e4c999ab0f 100755 --- a/components/partition_table/gen_esp32part.py +++ b/components/partition_table/gen_esp32part.py @@ -4,7 +4,8 @@ # # Converts partition tables to/from CSV and binary formats. # -# See the sdkng README.md file for details about how to use this tool. +# See http://esp-idf.readthedocs.io/en/latest/partition-tables.html for explanation of +# partition table structure and uses. import argparse import os import re