Fixes #268 - Improve description of launcher enter command
authorWladimir Palant <trev@adblockplus.org>
Mon, 11 Jul 2016 07:27:12 +0000 (09:27 +0200)
committerWladimir Palant <trev@adblockplus.org>
Mon, 11 Jul 2016 07:27:12 +0000 (09:27 +0200)
launcher

index e188c57b4f0f13864511262b789e64e60575e60f..0bf09c003098c5fcd14742c381acafcb45ef2dd9 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)"