summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2016-10-12 13:46:55 +0200
committerGitHub <noreply@github.com>2016-10-12 13:46:55 +0200
commit3af296c20050408ec4c668bf052fe77441ebc538 (patch)
tree31cfbc1633b01d96f392071343b258ede9b2b512
parent91d3cf917678517623eee42acbb948cbe13e15ce (diff)
Typo in -f help
-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");