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 ...@@ -6,7 +6,7 @@ module Pod
module Options module Options
def 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) ].concat(super)
end end
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