Skip to content

Commit 5f0d50c

Browse files
authored
fix help message
1 parent 161a909 commit 5f0d50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reality-ezpz.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function show_help {
104104
echo "Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>] [--regenerate] [--default]
105105
[-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
106106
[--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu] [--show-server-config]
107-
[--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url>] [-u|--uninstall]"
107+
[--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url|file>] [-u|--uninstall]"
108108
echo ""
109109
echo " -t, --transport <tcp|http|grpc|ws|tuic|hysteria2> Transport protocol (tcp, http, grpc, ws, tuic, hysteria2, default: ${defaults[transport]})"
110110
echo " -d, --domain <domain> Domain to use as SNI (default: ${defaults[domain]})"
@@ -128,8 +128,8 @@ function show_help {
128128
echo " --list-users List all users"
129129
echo " --show-user <username> Shows the config and QR code of the user"
130130
echo " --delete-user <username> Delete the user"
131-
echo " --backup Backup and upload configuration to keep.sh"
132-
echo " --restore <url> Restore backup from URL"
131+
echo " --backup Backup and upload configuration to keep.sh"
132+
echo " --restore <url|file> Restore backup from URL or file"
133133
echo " -h, --help Display this help message"
134134
return 1
135135
}

0 commit comments

Comments
 (0)