mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 23:27:17 +03:00
Update README to match current --help
This commit is contained in:
parent
290ca46577
commit
60c1fe4220
12
README.md
12
README.md
@ -55,13 +55,13 @@ Usage:
|
|||||||
Application Options:
|
Application Options:
|
||||||
-v, --verbose Show verbose logging.
|
-v, --verbose Show verbose logging.
|
||||||
--version Print version and exit.
|
--version Print version and exit.
|
||||||
-i, --identity= Private key to identify server with. (~/.ssh/id_rsa)
|
-i, --identity= Private key to identify server with. (default: ~/.ssh/id_rsa)
|
||||||
--bind= Host and port to listen on. (0.0.0.0:2022)
|
--bind= Host and port to listen on. (default: 0.0.0.0:2022)
|
||||||
--admin= Fingerprint of pubkey to mark as admin.
|
--admin= File of public keys who are admins.
|
||||||
--whitelist= Optional file of pubkey fingerprints that are allowed to connect
|
--whitelist= Optional file of public keys who are allowed to connect.
|
||||||
--motd= Message of the Day file (optional)
|
--motd= Optional Message of the Day file.
|
||||||
--log= Write chat log to this file.
|
--log= Write chat log to this file.
|
||||||
--pprof= enable http server for pprof
|
--pprof= Enable pprof http server for profiling.
|
||||||
|
|
||||||
Help Options:
|
Help Options:
|
||||||
-h, --help Show this help message
|
-h, --help Show this help message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user