OSDN Git Service

fs_config: correct README
authorWilliam Roberts <william.c.roberts@intel.com>
Sat, 9 Apr 2016 17:24:25 +0000 (10:24 -0700)
committerElliott Hughes <enh@google.com>
Thu, 17 Nov 2016 21:10:55 +0000 (13:10 -0800)
commitdb616f009101e834a0690cdf29737c4add6b7aa3
treec06b9d025be41f950c56677d21142e5c486ce3ba
parente4fb495b09cb919b6517c2ad7b8eea09c34d555d
fs_config: correct README

Testing on earlier versions of Python indicated an error in the
README. Python's ConfigParser prior to version 3.2 allows for
sections within the same file to override later sections.
Correct the README.

Test: Checked diff and hash of output file from before and after.
Change-Id: Ifd3f78414b4803e4b74decb1fdf6816d4902c4a2
Signed-off-by: William Roberts <william.c.roberts@intel.com>
tools/fs_config/README