From 467bfa914ab71000fb29583e78db8cdf5d2e6049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=9A=E8=B4=A4?= Date: Fri, 18 Jan 2019 14:39:37 +0800 Subject: [PATCH] fix typo. --- bin/fun-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fun-install.js b/bin/fun-install.js index c535b50a7..9a9a27a74 100644 --- a/bin/fun-install.js +++ b/bin/fun-install.js @@ -17,7 +17,7 @@ program .option('-r, --runtime ', 'function runtime, avaliable choice is: python2.7, python3, nodejs6, nodejs8, java8, php7.2') .option('--save', 'add module to fun.yml file.') .option('-R, --recursive', 'recursive install fun.yml in subdirectory.') - .option('-p, --package-type ', 'avaliable package type option: module, pip, apt, defautls to \'module\'') + .option('-p, --package-type ', 'avaliable package type option: module, pip, apt, defaults to \'module\'') .arguments('[packageNames...]') .description('install dependencies which are described in fun.yml file.') .action(async (packageNames, program) => {