Usage updated

This commit is contained in:
Michael 2016-12-03 01:11:25 +01:00
parent 762f11802e
commit 8cb5509a19

View file

@ -7,7 +7,13 @@ wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/ma
Run `./setup.sh` without arguments and you get some usage informations.
```
Usage: ./setup.sh <subcommand> <subcommand> [args]
Usage: ./setup.sh [-i IMAGE_NAME] [-c CONTAINER_NAME] <subcommand> <subcommand> [args]
OPTIONS:
-i IMAGE_NAME The name of the docker-mailserver image, by default
'tvial/docker-mailserver:latest'.
-c CONTAINER_NAME The name of the running container.
SUBCOMMANDS:
@ -25,5 +31,8 @@ SUBCOMMANDS:
debug:
./setup.sh debug fetchmail
./setup.sh debug show-mail-logs
./setup.sh debug inspect
./setup.sh debug login <commands>
```