support/scripts/size-stats: fix copy/paste error in ArgumentParser
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 13 Jan 2016 15:35:19 +0000 (16:35 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 13 Jan 2016 15:35:19 +0000 (16:35 +0100)
commita059055c5241ff69bd3b2f32088d03bf2a0f611e
tree9ec0d04cacca3d844fbe0bc10731230546140859
parent87d813f69a044982e29cbd948b39d17170fc0de8
support/scripts/size-stats: fix copy/paste error in ArgumentParser

A copy/paste error in the ArgumentParser() constructor call disclosed
the fact that the author of the script has shamefully based his work
on the existing graph-build-time script. This commit fixes this
mistake, therefore hiding in a better way how size-stats was
vampirized from graph-build-time.

Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/size-stats