Commit 33baaa3b authored by Mike Smith's avatar Mike Smith
Browse files

Fixed formatting in help option

parent 287d3bba
......@@ -139,9 +139,9 @@ bundle() {
help() {
echo "This script takes 2 parameters"
echo
echo "Usage: $0 {key|csr|pem|bundle|pve|apache|help} <domain>"
echo "
Options:
key Generates a private key file.
csr Generates a certifificate signing request.
......@@ -158,7 +158,7 @@ help() {
apache Sets up Apache to use SSL certificates.
help Displays this help message.
"
"
exit 1
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment