aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-03-20 21:31:52 +0000
committerMike McQuaid2015-03-23 13:30:55 +0000
commit2738f88765e5940700e2029839f10bc0bcb76bc3 (patch)
treeca76b9d44becc045f221df8addf172c22c3dae7d
parent8b35d842ec1d5e54418024e8afa4fa4ba4302eeb (diff)
downloadhomebrew-2738f88765e5940700e2029839f10bc0bcb76bc3.tar.bz2
test-bot: tweak documentation indentation.
-rw-r--r--Library/Homebrew/cmd/test-bot.rb24
1 files changed, 12 insertions, 12 deletions
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...] <pull-request|formula>
#
# 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=<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=<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.