This commit is contained in:
Egor Kislitsyn 2016-03-10 21:25:35 +07:00
parent e7272908e2
commit cd7c138d8b

View File

@ -7,7 +7,8 @@
* - generates function structure based on runtime
*
* Event Options:
* - sPath: (String) The relative path of the function from project root
* - path: (String) The relative path of the function from project root
* - runtime: (String) The function runtime. By default: `nodejs`.
*/
module.exports = function(SPlugin, serverlessPath) {
@ -48,7 +49,7 @@ usage: serverless function create <function>`,
{
option: 'runtime',
shortcut: 'r',
description: 'The function runtime. Be default: `nodejs`.'
description: 'The function runtime. By default: `nodejs`.'
}
],
parameters: [