Commit 42323117 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[ProjectDirectory] Make the help line for --project-directory shorter

parent 0e676811
......@@ -6,7 +6,7 @@ module Pod
module Options
def options
[
['--project-directory=/path/to/project/directory/', 'The path to the root of the project directory'],
['--project-directory=/project/dir/', 'The path to the root of the project directory'],
].concat(super)
end
end
......
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