mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
minor show version
This commit is contained in:
parent
5a148a02d7
commit
5b11958279
9
le.sh
9
le.sh
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user