Browse Source

minor show version

neil 9 years ago
parent
commit
5b11958279
1 changed files with 6 additions and 3 deletions
  1. 6 3
      le.sh

+ 6 - 3
le.sh

@@ -772,10 +772,13 @@ uninstall() {
 
 
 }
 }
 
 
-
+version() {
+  _info "$PROJECT"
+  _info "v$VER"
+}
 showhelp() {
 showhelp() {
-  echo "Usage: issue|renew|renewAll|createAccountKey|createDomainKey|createCSR|install|uninstall"
-
+  version
+  echo "Usage: issue|renew|renewAll|createAccountKey|createDomainKey|createCSR|install|uninstall|version"
 }
 }