From 099f69e612e2b0399b5bf18199a82afbc7a3f71f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 1 Oct 2016 12:19:51 +0100 Subject: man: note --fail-if-changed date behaviour change. As requested in #1199 this updates the documentation accordingly for that change. --- docs/brew.1.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index c5cb7f642..bfdd885f0 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -529,7 +529,9 @@ which link to it for each library the keg references.
If --fail-if-changed is passed, the command will return a failing
status code if changes are detected in the manpage outputs.
-This can be used for CI to be notified when the manpages are out of date.