Browse Source

Improve examples

Jaap Marcus 5 years ago
parent
commit
a477d1e572
1 changed files with 3 additions and 2 deletions
  1. 3 2
      bin/v-change-web-domain-sslhome

+ 3 - 2
bin/v-change-web-domain-sslhome

@@ -3,9 +3,10 @@
 # options: USER DOMAIN SSL_HOME [RESTART]
 # labels: web
 #
-# example: v-change-web-domain-sslhome admin acme.com /home/admin/acme.com/public_shtml
+# example: v-change-web-domain-sslhome admin acme.com single
+# example: v-change-web-domain-sslhome admin acme.com same
 #
-# The function changes SSL home directory.
+# The function changes SSL home directory. Single will seperate the both public_html / public_shtml. Same will always point to public_shtml
 
 #----------------------------------------------------------#
 #                    Variable&Function                     #