commit 01f494ef65cce2fdf01b1ca979e41e2b3b35276b Author: Ana Custura ana@netstat.org.uk Date: Sun May 31 14:36:53 2020 +0100
Tweaks to visualize command help text --- onionperf/onionperf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/onionperf/onionperf b/onionperf/onionperf index 08e1406..2c92703 100755 --- a/onionperf/onionperf +++ b/onionperf/onionperf @@ -278,9 +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 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""", + help="""Appends one or more PATHS to OnionPerf + analysis results files or directories of such files, and a LABEL + to be used for the graph legend for this dataset""", metavar=("PATH", "LABEL"), nargs='+', required="True",
tor-commits@lists.torproject.org