ZF-3752: Change command line arguments for Blogger.php sample to exclude extraneous '--'
Description
Currently, the Blogger.php sample for Zend_Gdata lists the following as usage:
php Blogger.php -- --user=[username] --pass=[password]
The extra -- is extraneous and doesn't follow Unix conventions, so should be removed:
php Blogger.php --user=[username] --pass=[password]
Comments
Posted by Trevor Johns (tjohns) on 2008-07-24T22:43:10.000+0000
I have a changelist waiting on my server to fix this, pending resolution of CLA issues.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-06T09:02:33.000+0000
Solved in SVN r11272. demos/Zend/Ggata/Blogger.php .
Posted by Trevor Johns (tjohns) on 2008-09-06T14:37:11.000+0000
Looks good to me. Thanks!
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-07T22:04:57.000+0000
Hi, Trevor. you are welcome ;-)
Posted by Wil Sinclair (wil) on 2008-11-13T14:09:57.000+0000
Changing issues in preparation for the 1.7.0 release.