mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
remove confusing comma in help message
This commit is contained in:
parent
bf49ea0e19
commit
4ec82128a8
1 changed files with 1 additions and 1 deletions
2
yabs.sh
2
yabs.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue