diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2017-07-01 20:00:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-02 00:35:37 +0200 |
commit | 6ff0b344af6679518694bd88db09fa2078ae4ea0 (patch) | |
tree | 8a1d5eea9503c42a940133148de5083c5f595852 | |
parent | 29ba13e57cefdf01a8598e409d4efb884fcfde1e (diff) | |
download | buildroot-6ff0b344af6679518694bd88db09fa2078ae4ea0.tar.gz buildroot-6ff0b344af6679518694bd88db09fa2078ae4ea0.zip |
utils/readme.txt: fix typos for size-stats-compare
A few typos sneaked into the new utils readme...
Additionally, I formulated the list of use cases a bit differently.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | utils/readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/readme.txt b/utils/readme.txt index a90805fb00..fd20e8ee67 100644 --- a/utils/readme.txt +++ b/utils/readme.txt @@ -28,10 +28,10 @@ scanpypi a script to create a Buildroot package by scanning a PyPI package description. -size-stat-compare - a script to compare the rootfs size between two differnt Buildroot +size-stats-compare + a script to compare the rootfs size between two different Buildroot configurations. This can be used to identify the size impact of - a specific option, or of a set of specific options, or an update + a specific option, of a set of specific options, or of an update to a newer Buildroot version... test-pkg |