remove confusing comma in help message

This commit is contained in:
ilogus 2025-08-19 08:59:15 +02:00
commit 4ec82128a8
No known key found for this signature in database
GPG key ID: 612DC7A566BB9D44

View file

@ -151,7 +151,7 @@ if [ -n "$PRINT_HELP" ]; then
echo -e " -s <url> : send jsonified YABS results to URL"
echo -e " -p <servers> : specify custom iperf servers (format: host:port_range:name:location:network_modes)"
echo -e " multiple servers separated by commas"
echo -e " example: -p \"example.com:5201-5210:MyServer:New York, NY (10G):IPv4|IPv6\""
echo -e " example: -p \"example.com:5201-5210:MyServer:New York (10G):IPv4|IPv6\""
echo -e
echo -e "Detected Arch: $ARCH"
echo -e