Merge pull request #269 from palant/master
authorSam <sam.saffron@gmail.com>
Tue, 19 Jul 2016 03:40:24 +0000 (13:40 +1000)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2016 03:40:24 +0000 (13:40 +1000)
Fixes #268 - Improve description of launcher enter command

launcher

index 196c1e91fd3becf2ad9c0311935c2ef0215bea24..b897b42702d7ec0137305e6703cb3d9d0e19616b 100755 (executable)
--- 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)"