Skip to content

Commit

Permalink
improved PR brikis98#154 (fix for issue brikis98#152):
Browse files Browse the repository at this point in the history
 - better alignment of --help instructions
  • Loading branch information
ComaVN committed Dec 15, 2015
1 parent f7424d0 commit 6126aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker-osx-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6126aee

Please sign in to comment.