Bump to 1.2.0

This commit is contained in:
Shuanglei Tao
2016-11-13 17:58:16 +08:00
parent fdcbd3512c
commit 16bec0a5cb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "server.h"
#define TTYD_VERSION "1.1.0"
#define TTYD_VERSION "1.2.0"
volatile bool force_exit = false;
struct lws_context *context;
@@ -50,7 +50,7 @@ void print_help() {
"VERSION:\n"
" %s\n\n"
"OPTIONS:\n"
" --port, -p Port to listen (default: 7681)\n"
" --port, -p Port to listen (default: 7681, use `0` for random port)\n"
" --interface, -i Network interface to bind\n"
" --credential, -c Credential for Basic Authentication (format: username:password)\n"
" --uid, -u User id to run with\n"