summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-10-22 19:04:40 +0900
committerRyo Nakamura <upa@haeena.net>2022-10-22 19:04:40 +0900
commite5d1f6ec7ddb6be1e42afb33dd01beffbe2fd277 (patch)
treea40da96f24c55d899027b3fd4cba125ac553c84d /src/main.c
parentd6685c575b05649aeb49cbf327e846141098a661 (diff)
fix help message
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 00f5681..735ee48 100644
--- a/src/main.c
+++ b/src/main.c
@@ -46,7 +46,7 @@ void usage(bool print_help) {
" -b BUFFER_SIZE buffer size for read/write (default 32768B)\n"
" Note that this value is derived from\n"
" CHANNEL_MAX_PACKET in libssh. Recommend NOT\n"
- " exceeds this value.\n"
+ " exceeds the default value.\n"
"\n"
" -l LOGIN_NAME login name\n"
" -p PORT port number\n"