Skip to content
Snippets Groups Projects
Commit e840b4f2 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

uprava napovedy skriptu

parent ad793a75
Branches
Tags
No related merge requests found
...@@ -109,7 +109,7 @@ C. Installation ...@@ -109,7 +109,7 @@ C. Installation
For more information about install.sh options run install.sh -h For more information about install.sh options run install.sh -h
Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-s <directory>] [-hV]" Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> -e <email_address> [-s <directory>] [-hV]"
-d <directory> installation directory -d <directory> installation directory
-k <ssl_key_file> SSL certificate key file path -k <ssl_key_file> SSL certificate key file path
-c <ssl_cert_file> SSL certificate file path -c <ssl_cert_file> SSL certificate file path
......
...@@ -14,7 +14,7 @@ VERSION="2.2" ...@@ -14,7 +14,7 @@ VERSION="2.2"
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
usage() usage()
{ {
echo "Usage: ${0##*/} -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-s <directory>] [-hV]" echo "Usage: ${0##*/} -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> -e <email_address> [-s <directory>] [-hV]"
echo "-d <directory> installation directory of Warden server" echo "-d <directory> installation directory of Warden server"
echo "-k <ssl_key_file> path to SSL certificate key file" echo "-k <ssl_key_file> path to SSL certificate key file"
echo "-c <ssl_cert_file> path to SSL certificate file" echo "-c <ssl_cert_file> path to SSL certificate file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment