From 1f5cf4fd40fc3528e700a421afc9a128c159cac9 Mon Sep 17 00:00:00 2001
From: Gautham Goli
Date: Wed, 18 Jan 2017 22:37:11 +0530
Subject: Update docs and manpages to include --fix option
---
docs/brew.1.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 2e036eb55..2e89a1933 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -453,7 +453,7 @@ the prefix and repository are the same directory.
audit [--strict] [--online] [--new-formula] [--display-cop-names] [--display-filename] [formulae]Check formulae for Homebrew coding style violations. This should be +
audit [--strict] [--fix] [--online] [--new-formula] [--display-cop-names] [--display-filename] [formulae]Check formulae for Homebrew coding style violations. This should be run before submitting a new formula.
If no formulae are provided, all of them are checked.
@@ -461,6 +461,9 @@ run before submitting a new formula.If --strict is passed, additional checks are run, including RuboCop
style checks.
If --fix is passed, style violations will be
+automatically fixed using RuboCop's --auto-correct feature.
If --online is passed, additional slower checks that require a network
connection are run.