From: Wladimir Palant Date: Mon, 11 Jul 2016 07:27:12 +0000 (+0200) Subject: Fixes #268 - Improve description of launcher enter command X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4a5acf8c3952af7f1e8e9302ff9701bb5b41201d;p=discourse_docker.git Fixes #268 - Improve description of launcher enter command --- diff --git a/launcher b/launcher index e188c57..0bf09c0 100755 --- a/launcher +++ b/launcher @@ -7,7 +7,7 @@ usage () { echo " stop: Stop a running container" echo " restart: Restart a container" echo " destroy: Stop and remove a container" - echo " enter: Use nsenter to get a shell into a container" + echo " enter: Open a shell to run commands inside the container" echo " logs: View the Docker logs for a container" echo " bootstrap: Bootstrap a container for the config based on a template" echo " rebuild: Rebuild a container (destroy old, bootstrap, start new)"