Skip to content

Commit 0c1b218

Browse files
authored
update help message
1 parent 2b40ebc commit 0c1b218

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,16 @@ You can also enable Telegram bot with `--enable-tgbot` option and manage users f
7575

7676
Help message of the script:
7777
```
78-
Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>] [--regenerate] [--default]
79-
[-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
80-
[--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu] [--show-server-config]
81-
[--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url|file>] [-u|--uninstall]
78+
79+
Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>]
80+
[--regenerate] [--default] [-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
81+
[--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu]
82+
[--show-server-config] [--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>]
83+
[--backup] [--restore=<url|file>] [--backup-password=<password>] [-u|--uninstall]
8284
8385
-t, --transport <tcp|http|grpc|ws|tuic|hysteria2> Transport protocol (tcp, http, grpc, ws, tuic, hysteria2, default: tcp)
8486
-d, --domain <domain> Domain to use as SNI (default: www.google.com)
85-
--server <server> IP address or domain name of server (Must be a valid domain if using ws)
87+
--server <server> IP address or domain name of server (Must be a valid domain if using letsencrypt security)
8688
--regenerate Regenerate public and private keys
8789
--default Restore default configuration
8890
-r --restart Restart services
@@ -102,8 +104,9 @@ Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--do
102104
--list-users List all users
103105
--show-user <username> Shows the config and QR code of the user
104106
--delete-user <username> Delete the user
105-
--backup Backup users and configuration and upload it to keep.sh
107+
--backup Backup users and configuration and upload it to temp.sh
106108
--restore <url|file> Restore backup from URL or file
109+
--backup-password <password> Create/Restore password protected backup file
107110
-h, --help Display this help message
108111
```
109112

0 commit comments

Comments
 (0)