support/scripts: fix graph-build-time help text
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 May 2016 20:59:35 +0000 (22:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 May 2016 21:26:25 +0000 (23:26 +0200)
commit8bf947e0ef62362cda991537520b94a090a652ca
treecaced230c7ff8a07dfdd7f06bcd06d523b4cbd94
parente07a98239969794c2257345b17a604e309a5dbb1
support/scripts: fix graph-build-time help text

The graph-build-time help text currently looks like this:

usage: graph-build-time [-h] [--type GRAPH_TYPE] [--order GRAPH_ORDER]
                        [--alternate-colors] [--input OUTPUT] --output OUTPUT

Obviously, naming the parameter for --input as OUTPUT is not a very
good idea, so this commit fixes that to name it "INPUT", as expected.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/graph-build-time