Merge pull request #1020 from ajira86/patch-1

Just a short fix on ocdevstartapp arguments
This commit is contained in:
Morris Jobke 2015-04-03 11:45:05 +02:00
commit b885591a61

View File

@ -10,7 +10,7 @@ After :doc:`you've set up the development environment and installed the dev tool
Then run::
ocdev startapp MyApp --mail mail@example.com --author "Your Name" --description "My first app" --owncloud 8
ocdev startapp MyApp --email mail@example.com --author "Your Name" --description "My first app" --owncloud 8
This will create all the needed files in the current directory. For more information on how to customize the generated app, see the `Project's GitHub page <https://github.com/owncloud/ocdev>`_ or run::