From 2097a4e6e891b0b175fbbf4b7e1a43d352203946 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 28 Apr 2016 16:01:44 -0700 Subject: [PATCH] stray A --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 91577b4..69a8be1 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"a + echo " enter: Use nsenter to get a shell into a 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