Commit 543245f6 authored by Olivier Halligon's avatar Olivier Halligon

Typo fix #2112

parent 4d68cc89
...@@ -63,11 +63,11 @@ module Pod ...@@ -63,11 +63,11 @@ module Pod
class List < IPC class List < IPC
self.summary = 'Lists the specifications know to CocoaPods.' self.summary = 'Lists the specifications known to CocoaPods.'
self.description = <<-DESC self.description = <<-DESC
Prints to STDOUT a YAML dictionary where the keys are the name of the Prints to STDOUT a YAML dictionary where the keys are the name of the
specifications and the values are a dictionary with the following specifications and each corresponding value is a dictionary with
keys. the following keys:
- defined_in_file - defined_in_file
- version - version
......
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