From 4a5acf8c3952af7f1e8e9302ff9701bb5b41201d Mon Sep 17 00:00:00 2001 From: Wladimir Palant Date: Mon, 11 Jul 2016 09:27:12 +0200 Subject: [PATCH] Fixes #268 - Improve description of launcher enter command --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.25.1