summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 942c395..6dde7ee 100644
--- a/main.c
+++ b/main.c
@@ -1170,7 +1170,7 @@ void help()
1170 fprintf(stderr, "-p - ping the server from -i and exit\n"); 1170 fprintf(stderr, "-p - ping the server from -i and exit\n");
1171 fprintf(stderr, "-C <dir> - save private key in <dir> instead of /etc/tuntox in server mode\n"); 1171 fprintf(stderr, "-C <dir> - save private key in <dir> instead of /etc/tuntox in server mode\n");
1172 fprintf(stderr, "-s <secret> - shared secret used for connection authentication (max %u characters)\n", TOX_MAX_FRIEND_REQUEST_LENGTH-1); 1172 fprintf(stderr, "-s <secret> - shared secret used for connection authentication (max %u characters)\n", TOX_MAX_FRIEND_REQUEST_LENGTH-1);
1173 fprintf(stderr, "-f <file> - only allow connections to hostname/port combinations contained in <file>. Rules must by entered one per line with the <hostname>:<port> format\n"); 1173 fprintf(stderr, "-f <file> - only allow connections to hostname/port combinations contained in <file>. Rules must be entered one per line with the <hostname>:<port> format\n");
1174 fprintf(stderr, "-d - debug mode\n"); 1174 fprintf(stderr, "-d - debug mode\n");
1175 fprintf(stderr, "-q - quiet mode\n"); 1175 fprintf(stderr, "-q - quiet mode\n");
1176 fprintf(stderr, "-S - send output to syslog instead of stderr\n"); 1176 fprintf(stderr, "-S - send output to syslog instead of stderr\n");