From 5308c5dbdffd52f34c9a0e2e2f0c610359ba438f Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 8 Apr 2014 10:13:33 -0400 Subject: [PATCH] Fix version_added for install_options in homebrew --- library/packaging/homebrew | 1 + 1 file changed, 1 insertion(+) diff --git a/library/packaging/homebrew b/library/packaging/homebrew index 38413fa3c4e..0dfc86096ff 100644 --- a/library/packaging/homebrew +++ b/library/packaging/homebrew @@ -49,6 +49,7 @@ options: - options flags to install a package required: false default: null + version_added: "1.4" notes: [] ''' EXAMPLES = '''