diff options
Diffstat (limited to 'Library/Homebrew/dev-cmd/man.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/man.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/man.rb b/Library/Homebrew/dev-cmd/man.rb index 6c0c00747..d34d559f7 100644 --- a/Library/Homebrew/dev-cmd/man.rb +++ b/Library/Homebrew/dev-cmd/man.rb @@ -4,6 +4,8 @@ #: 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. +#: Additionally, the date used in new manpages will match those in the existing +#: manpages (to allow comparison without factoring in the date). require "formula" require "erb" |
