File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $ simplify-cli init
1414 - Choose an S3 Bucket name? (starwars-0920)
1515 - Choose an Environment? (demo)
1616
17- $ simplify-cli regiter
17+ $ simplify-cli register
1818$ simplify-cli login
1919$ simplify-cli create --help
2020
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ const showAvailableStacks = (options, promptDescription) => {
634634
635635showBoxBanner ( )
636636
637- var argv = require ( 'yargs' ) . usage ( 'simplify-cli init | regiter | login | logout | upgrade | create | deploy | destroy | list [options]' )
637+ var argv = require ( 'yargs' ) . usage ( 'simplify-cli init | register | login | logout | upgrade | create | deploy | destroy | list [options]' )
638638 . string ( 'help' ) . describe ( 'help' , 'Display Help for a specific command' )
639639 . string ( 'name' ) . describe ( 'name' , 'Specify a name for the created project' )
640640 . string ( 'template' ) . describe ( 'template' , 'Init nodejs or python template' )
You can’t perform that action at this time.
0 commit comments