From 6126aee7145605bc6b1ae2248bd675b503e7dc5a Mon Sep 17 00:00:00 2001 From: Roel Harbers Date: Tue, 15 Dec 2015 14:14:27 +0100 Subject: [PATCH] improved PR #154 (fix for issue #152): - better alignment of --help instructions --- src/docker-osx-dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docker-osx-dev b/src/docker-osx-dev index 30744b4..0a780ac 100755 --- a/src/docker-osx-dev +++ b/src/docker-osx-dev @@ -895,8 +895,8 @@ function instructions { echo -e " -e, --exclude-path PATH\t\tExclude PATH while syncing. Behaves identically to rsync's --exclude parameter. May be specified multiple times. Default: $DEFAULT_EXCLUDES" echo -e " -c, --compose-file COMPOSE_FILE\tRead in this docker-compose file and sync any volumes specified in it. Default: $DEFAULT_COMPOSE_FILE" echo -e " -i, --ignore-file IGNORE_FILE\t\tRead in this ignore file and exclude any paths within it while syncing (see --exclude). Default: $DEFAULT_IGNORE_FILE" - echo -e " --only-dependencies\t\t\tDuring install, only install the homebrew dependencies. Useful if homebrew is needs to be run as a different user." - echo -e " --skip-dependencies\t\t\tDuring install, don't install the homebrew dependencies. Useful if homebrew is needs to be run as a different user." + echo -e " --only-dependencies\t\tDuring install, only install the homebrew dependencies. Useful if homebrew is needs to be run as a different user." + echo -e " --skip-dependencies\t\tDuring install, don't install the homebrew dependencies. Useful if homebrew is needs to be run as a different user." echo -e " -l, --log-level LOG_LEVEL\t\tSpecify the logging level. One of: $LOG_LEVELS. Default: ${DEFAULT_LOG_LEVEL}" echo -e " -h, --help\t\t\t\tPrint this help text and exit." echo -e