Commit 5b119582 authored by neil's avatar neil
Browse files

minor show version

parent 5a148a02
...@@ -772,10 +772,13 @@ uninstall() { ...@@ -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"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment