summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-04-29 18:27:56 +0900
committerRyo Nakamura <upa@haeena.net>2024-04-29 18:27:56 +0900
commit675126a8368503edee00854a5d82f9cc32524bc2 (patch)
tree7e56786ef1fd8057c8cec35658389e52869add3f /src/main.c
parentef2dd55572a17cf9a2a1059aca2fa395e7d7efca (diff)
manpage: improve descriptions for MaxStartups
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3562374..2e66202 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,7 +40,7 @@ void usage(bool print_help)
printf(" -n NR_CONNECTIONS number of connections "
"(default: floor(log(cores)*2)+1)\n"
" -m COREMASK hex value to specify cores where threads pinned\n"
- " -u MAX_STARTUPS number of concurrent SSH connection attempts "
+ " -u MAX_STARTUPS number of concurrent unauthed SSH attempts "
"(default: 8)\n"
" -I INTERVAL interval between SSH connection attempts (default: 0)\n"
" -W CHECKPOINT write states to the checkpoint if transfer fails\n"