From 9bdfd6b8cbaec810faac2619fe3666508709ee02 Mon Sep 17 00:00:00 2001 From: fortuna Date: Fri, 29 Mar 2019 19:12:52 -0400 Subject: [PATCH] usage fix --- src/server_manager/install_scripts/install_server.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/server_manager/install_scripts/install_server.sh b/src/server_manager/install_scripts/install_server.sh index 8ce20fab..df1d9d51 100755 --- a/src/server_manager/install_scripts/install_server.sh +++ b/src/server_manager/install_scripts/install_server.sh @@ -30,7 +30,7 @@ # # Deprecated: # SB_PUBLIC_IP: Use the --hostname flag instead -# SB_API_PORT: Use the --port-for-api flag instead +# SB_API_PORT: Use the --apit-port flag instead # Requires curl and docker to be installed @@ -38,11 +38,11 @@ set -euo pipefail function display_usage() { cat <] [--port-for-api ] [--port-for-keys ] +Usage: install_server.sh [--hostname ] [--apit-port ] [--keys-port ] - --hostname The hostname to be used to access the management API and access keys - --port-for-api The port number for the management API - --port-for-keys The port number for the access keys + --hostname The hostname to be used to access the management API and access keys + --api-port The port number for the management API + --keys-port The port number for the access keys EOF }