diff options
author | Thomas Lange <code@nerdmind.de> | 2016-12-22 11:21:28 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-12-22 11:21:28 +0100 |
commit | 2d5d918eeb89cdae67dea7a979b5917f451fd992 (patch) | |
tree | 81ded8ae0b8d178c1a15544e2923168e69126c64 | |
parent | d9778c52bb81490596591a9763c9654de4ecf39a (diff) | |
download | painlessle-2d5d918eeb89cdae67dea7a979b5917f451fd992.tar.gz painlessle-2d5d918eeb89cdae67dea7a979b5917f451fd992.tar.xz painlessle-2d5d918eeb89cdae67dea7a979b5917f451fd992.zip |
Comment section now contains the option name instead the internal variable name.
-rwxr-xr-x | painless-le.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/painless-le.sh b/painless-le.sh index 160f5a8..887b111 100755 --- a/painless-le.sh +++ b/painless-le.sh @@ -8,8 +8,8 @@ # assumes that you have an existing RSA private key stored within your desired # # install directory (with the filename which is defined in "${CONFIDENTIAL}"). # # # -# ARGUMENT_DIRECTORY: Full path to the install directory for the certificates. # -# ARGUMENT_HOSTNAMES: List of hostnames for the certificate: example.org[:...] # +# ARGUMENT [-i]: Full path to the install directory for the certificates. # +# ARGUMENT [-h]: List of hostnames for the certificate: example.org[:...] # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# |