From 03646eb93f61588ff1e79fbaa48640c8c5ca10fc Mon Sep 17 00:00:00 2001 From: Mustafa Jamil Date: Fri, 19 Jun 2015 16:54:58 -0700 Subject: [PATCH] Made minor copy edits --- bitnami/ruby/help.txt | 16 ++++++++-------- bitnami/ruby/help.yaml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/ruby/help.txt b/bitnami/ruby/help.txt index 2b8b43710cad..7cba7c354ead 100644 --- a/bitnami/ruby/help.txt +++ b/bitnami/ruby/help.txt @@ -1,15 +1,15 @@ $BITNAMI_APP_NAME cheatsheet: - + VOLUMES: - /app: Default work directory for your $BITNAMI_APP_NAME application - + /app: Default work directory for your $BITNAMI_APP_NAME application. + PORTS: - 3000: Exposed port, please configure your app to use this port - + 3000: Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port. + COMMANDS: - print-help: This page - check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available + print-help: Print this page. + check-updates: Check if a new version of the $BITNAMI_APP_NAME image is available. - Visit $GITHUB_PAGE for more information + Visit $GITHUB_PAGE for more information. diff --git a/bitnami/ruby/help.yaml b/bitnami/ruby/help.yaml index f7bd524080e7..f6ba5c68a10d 100644 --- a/bitnami/ruby/help.yaml +++ b/bitnami/ruby/help.yaml @@ -1,4 +1,4 @@ volumes: - /app: Default work directory for your $BITNAMI_APP_NAME application + /app: "Default work directory for your $BITNAMI_APP_NAME application." ports: - 3000: Exposed port, please configure your app to use this port + 3000: "Port exposed by container. Please configure your $BITNAMI_APP_NAME app to use this port."