minor show version

This commit is contained in:
neil 2016-01-10 21:06:38 +08:00
parent 5a148a02d7
commit 5b11958279
1 changed files with 6 additions and 3 deletions

9
le.sh
View File

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