From 4ec82128a875baad76226b98eb497a4d0ee125b6 Mon Sep 17 00:00:00 2001 From: ilogus Date: Tue, 19 Aug 2025 08:59:15 +0200 Subject: [PATCH] remove confusing comma in help message --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index b9e701c..57235df 100755 --- a/yabs.sh +++ b/yabs.sh @@ -151,7 +151,7 @@ if [ -n "$PRINT_HELP" ]; then echo -e " -s : send jsonified YABS results to URL" echo -e " -p : 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