Browse Source

minor show version

master
neil 9 years ago
parent
commit
5b11958279
  1. 9
      le.sh

9
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"
} }

Loading…
Cancel
Save