Skip to content

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Dec 3, 2023
1 parent 161a909 commit 5f0d50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function show_help {
echo "Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>] [--regenerate] [--default]
[-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
[--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu] [--show-server-config]
[--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url>] [-u|--uninstall]"
[--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url|file>] [-u|--uninstall]"
echo ""
echo " -t, --transport <tcp|http|grpc|ws|tuic|hysteria2> Transport protocol (tcp, http, grpc, ws, tuic, hysteria2, default: ${defaults[transport]})"
echo " -d, --domain <domain> Domain to use as SNI (default: ${defaults[domain]})"
Expand All @@ -128,8 +128,8 @@ function show_help {
echo " --list-users List all users"
echo " --show-user <username> Shows the config and QR code of the user"
echo " --delete-user <username> Delete the user"
echo " --backup Backup and upload configuration to keep.sh"
echo " --restore <url> Restore backup from URL"
echo " --backup Backup and upload configuration to keep.sh"
echo " --restore <url|file> Restore backup from URL or file"
echo " -h, --help Display this help message"
return 1
}
Expand Down

0 comments on commit 5f0d50c

Please sign in to comment.