From ebdb879fe4b0d14bcc92480a3dd193c93f94a23f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 8 Sep 2016 09:05:00 +0100 Subject: Add `--help` to all developer commands. Also, flag those that we never want to be in a manpage. --- Library/Homebrew/cmd/postinstall.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Homebrew/cmd/postinstall.rb') diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb index 325916d86..71b71b3f5 100644 --- a/Library/Homebrew/cmd/postinstall.rb +++ b/Library/Homebrew/cmd/postinstall.rb @@ -1,3 +1,6 @@ +#: * `postinstall` : +#: Rerun the post-install steps for . + require "sandbox" module Homebrew -- cgit v1.2.3