From bb859ae1f57691cc265e7c3a6adf704e6de483f3 Mon Sep 17 00:00:00 2001 From: Rinke Hoekstra Date: Fri, 21 Apr 2017 14:06:17 +0200 Subject: [PATCH] qber > brwsr --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 36abf03..86521a6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ case ${1} in ;; app:help) echo "Available options:" - echo " app:start - Starts qber (default)" + echo " app:start - Starts brwsr (default)" echo " [command] - Execute the specified command, eg. /bin/bash." ;; *)