Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
lego: Add Help
Browse files Browse the repository at this point in the history
  • Loading branch information
scallopedllama committed Aug 22, 2016
1 parent 92828b0 commit eb9f1a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lego
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ case $COMMAND in
BASE="$(docker ps -a --format '{{.Image}}' --filter name="${NAME}")"
docker rmi "${BASE}:${NAME}"
;;
*)
Usage
;;
'')
Usage
;;
esac



0 comments on commit eb9f1a0

Please sign in to comment.