Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
fix(arguments): typo in category describtion
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Dec 18, 2021
1 parent 21f8ca7 commit c4a9fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yargs.ts
Expand Up @@ -11,7 +11,7 @@ export const argv = yargs(process.argv.slice(2))
category: {
alias: 'c',
choices: Array.from(CATEGORIES.keys()),
describe: 'category of the Homeit accessory',
describe: 'category of the HomeKit accessory',
demandOption: true,
type: 'string',
},
Expand Down

0 comments on commit c4a9fb9

Please sign in to comment.