Commit c64c9ae3 authored by Eloy Durán's avatar Eloy Durán

Properly name the bin name in the help banners.

parent 2f6e2089
...@@ -11,6 +11,7 @@ module Pod ...@@ -11,6 +11,7 @@ module Pod
autoload :Linter, 'cocoapods/command/linter' autoload :Linter, 'cocoapods/command/linter'
self.abstract_command = true self.abstract_command = true
self.command = 'pod'
self.description = 'CocoaPods, the Objective-C library package manager.' self.description = 'CocoaPods, the Objective-C library package manager.'
def self.options def self.options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment