Skip to content

Commit

Permalink
minor show version
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 10, 2016
1 parent 5a148a0 commit 5b11958
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}


Expand Down

0 comments on commit 5b11958

Please sign in to comment.