From a46ab0d641246b83fa2e6e81307039cc163693aa Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 20 Mar 2015 21:31:52 +0000 Subject: test-bot: tweak documentation indentation. --- Library/Homebrew/cmd/test-bot.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 17345a9ef..5a784188d 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -3,18 +3,18 @@ # Usage: brew test-bot [options...] # # Options: -# --keep-logs: Write and keep log files under ./brewbot/ -# --cleanup: Clean the Homebrew directory. Very dangerous. Use with care. -# --clean-cache: Remove all cached downloads. Use with care. -# --skip-setup: Don't check the local system is setup correctly. -# --junit: Generate a JUnit XML test results file. -# --email: Generate an email subject file. -# --no-bottle: Run brew install without --build-bottle -# --HEAD: Run brew install with --HEAD -# --local: Ask Homebrew to write verbose logs under ./logs/ and set HOME to ./home/ -# --tap=: Use the git repository of the given tap -# --dry-run: Just print commands, don't run them. -# --fail-fast: Immediately exit on a failing step. +# --keep-logs: Write and keep log files under ./brewbot/ +# --cleanup: Clean the Homebrew directory. Very dangerous. Use with care. +# --clean-cache: Remove all cached downloads. Use with care. +# --skip-setup: Don't check the local system is setup correctly. +# --junit: Generate a JUnit XML test results file. +# --email: Generate an email subject file. +# --no-bottle: Run brew install without --build-bottle +# --HEAD: Run brew install with --HEAD +# --local: Ask Homebrew to write verbose logs under ./logs/ and set HOME to ./home/ +# --tap=: Use the git repository of the given tap +# --dry-run: Just print commands, don't run them. +# --fail-fast: Immediately exit on a failing step. # # --ci-master: Shortcut for Homebrew master branch CI options. # --ci-pr: Shortcut for Homebrew pull request CI options. -- cgit v1.2.3