mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
fix(developer): use correct terms in kmc-generate lexical model help
Fixes: #12959
This commit is contained in:
parent
3ad0dec493
commit
2dec427bd4
1 changed files with 3 additions and 3 deletions
|
|
@ -59,12 +59,12 @@ function declareGenerateLexicalModel(command: Command) {
|
|||
modelSubCommand
|
||||
.description('Generate a wordlist lexical model project')
|
||||
.option('-o, --out-path <path>', 'Output path (may exist)')
|
||||
.option('-n, --name <name>', 'Keyboard descriptive name')
|
||||
.option('-n, --name <name>', 'Lexical model descriptive name')
|
||||
.option('-c, --copyright <copyright-name>', 'Copyright holder') /* © yyyy <copyright-name> */
|
||||
.option('-v, --version <version-string>', 'Keyboard version', '1.0')
|
||||
.option('-v, --version <version-string>', 'Lexical model version', '1.0')
|
||||
.option('-L, --language-tag <bcp-47 tag>', 'BCP-47 language tag',
|
||||
(value, previous) => previous.concat([value]), [])
|
||||
.option('-a, --author <author-name>', 'Name of keyboard author')
|
||||
.option('-a, --author <author-name>', 'Name of lexical model author')
|
||||
.option('-d, --description <description>', 'Short description of the project, Markdown')
|
||||
.action(generateLexicalModel);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue