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." ;; *)