commit 8778a2424912a7a6c13dde00d3e16a374a26106c Author: Ana Custura ana@netstat.org.uk Date: Sun May 31 13:21:09 2020 +0100
Initial interface extension from Karsten --- onionperf/onionperf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/onionperf/onionperf b/onionperf/onionperf index 38ef443..d5352b0 100755 --- a/onionperf/onionperf +++ b/onionperf/onionperf @@ -278,8 +278,9 @@ files generated by this script will be written""", visualize_parser.set_defaults(func=visualize, formatter_class=my_formatter_class)
visualize_parser.add_argument('-d', '--data', - help="""Append a PATH to a onionperf.analysis.json analysis results file, and a LABEL that we - should use for the graph legend for this dataset""", + help="""Append a file or directory PATH to an onionperf.analysis.json + analysis results file or directory of such files, and a LABEL + that we should use for the graph legend for this dataset""", metavar=("PATH", "LABEL"), nargs=2, required="True",