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

uprava Examplu

parent 33642609
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ usage() ...@@ -47,7 +47,7 @@ usage()
echo "-h print this help" echo "-h print this help"
echo "-V print script version number and exit" echo "-V print script version number and exit"
echo echo
echo "Example: ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem" echo "Example: # ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem"
echo echo
echo "Note: You must be root for running this script." echo "Note: You must be root for running this script."
echo " For more information about installation process, see README file (section Installation)." echo " For more information about installation process, see README file (section Installation)."
......
...@@ -43,7 +43,7 @@ usage() ...@@ -43,7 +43,7 @@ usage()
echo "-h print this help" echo "-h print this help"
echo "-V print script version number and exit" echo "-V print script version number and exit"
echo echo
echo "Example: ./`basename $0` -d /opt" echo "Example: # ./`basename $0` -d /opt"
echo echo
echo "Note: You must be root for running this script." echo "Note: You must be root for running this script."
echo " For more information about uninstallation process, see README file (section Uninstallation)." echo " For more information about uninstallation process, see README file (section Uninstallation)."
......
...@@ -44,7 +44,7 @@ usage() ...@@ -44,7 +44,7 @@ usage()
echo "-h print this help" echo "-h print this help"
echo "-V print script version number and exit" echo "-V print script version number and exit"
echo echo
echo "Example: ./`basename $0` -d /opt" echo "Example: # ./`basename $0` -d /opt"
echo echo
echo "Note: You must be root for running this script." echo "Note: You must be root for running this script."
echo " For more information about update process, see README file (section Update)." echo " For more information about update process, see README file (section Update)."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment