From 9304945e06fb020029ddb39321fac75a2bfdd1c6 Mon Sep 17 00:00:00 2001 From: David Amend Date: Tue, 9 Jun 2015 14:18:15 +0200 Subject: [PATCH] Fix changed inherited options in pods-plugin --- plugins/pod/_pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pod/_pod b/plugins/pod/_pod index 8c0f4460f..7eb96fac5 100644 --- a/plugins/pod/_pod +++ b/plugins/pod/_pod @@ -64,8 +64,8 @@ local -a _inherited_options _inherited_options=( '(--silent)--silent[Show nothing]' \ '(--version)--version[Show the version of CocoaPods]' \ - '(--no-color)--no-color[Show output without color]' \ '(--verbose)--verbose[Show more debugging information]' \ + '(--no-ansi)--no-ansi[Show output without ANSI codes]' \ '(--help)--help[Show help banner of specified command]' )