Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions npm_modules/cli/src/commands/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ export const builder = (yargs: Argv<CommandParameters>) => {
type: 'boolean',
alias: 'y',
})
.option('applicationType', { describe: 'Type of application to create', alias: 't' })
.option('applicationType', { describe: 'Type of application to create (ui_application or cli_application)', alias: 't' })
.option('valdiImport', {
describe: 'A full path to a local checkout of the valid repo',
describe: 'A full path to a local checkout of the valdi repo',
type: 'string',
alias: 'l',
})
Expand Down