mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-07 03:14:22 +01:00
Bump to 1.2.0
This commit is contained in:
@@ -54,7 +54,7 @@ USAGE:
|
||||
ttyd [options] <command> [<arguments...>]
|
||||
|
||||
VERSION:
|
||||
1.1.0
|
||||
1.2.0
|
||||
|
||||
OPTIONS:
|
||||
--port, -p Port to listen (default: 7681, use `0` for random port)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ttyd
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_VERSION:=1.2.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user