Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vangie committed Jan 18, 2019
1 parent 223a6c8 commit 467bfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fun-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ program
.option('-r, --runtime <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 <type>', 'avaliable package type option: module, pip, apt, defautls to \'module\'')
.option('-p, --package-type <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) => {
Expand Down

0 comments on commit 467bfa9

Please sign in to comment.